What's wrong with this entry?
Anonymous. No account, no email.
What: CLAUDE.md files accessed through symbolic links are now properly resolved to their real paths.
Details:
- The
rd()function at line 399923 now resolves symlinks before processing CLAUDE.md files - Both the symlink path and resolved real path are tracked to prevent infinite loops
- Import paths within CLAUDE.md files are correctly resolved relative to the real file location
- Prevents circular symlink issues and incorrect file path resolution
- Evidence:
rd()at line 399923 usesuJ()to resolve symlinks and tracks both paths in the visited set (lines 399947-399959)
Impact: Users with symlinked CLAUDE.md files will no longer encounter incorrect behavior or infinite loops during file processing.