Skip to content

Conversation

@penberg
Copy link
Collaborator

@penberg penberg commented Dec 29, 2025

  • stat() now follows symlinks up to 40 levels (matching Rust SDK)
  • lstat() returns symlink stats without following (POSIX-compliant)
  • normalizePath() properly handles . and .. path segments
  • Added ELOOP error code for symlink loop detection
  • Added comprehensive symlink tests

🤖 Generated with Claude Code

- stat() now follows symlinks up to 40 levels (matching Rust SDK)
- lstat() returns symlink stats without following (POSIX-compliant)
- normalizePath() properly handles . and .. path segments
- Added ELOOP error code for symlink loop detection
- Added comprehensive symlink tests

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>
@penberg penberg marked this pull request as draft December 29, 2025 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants