docs: replace .claudeignore troubleshooting tip with permissions.deny#1936
Open
kimdzhekhon wants to merge 1 commit into
Open
docs: replace .claudeignore troubleshooting tip with permissions.deny#1936kimdzhekhon wants to merge 1 commit into
kimdzhekhon wants to merge 1 commit into
Conversation
Claude Code never shipped .claudeignore support — the original feature request (anthropics/claude-code#579) was closed pointing users at permissions.deny rules instead, and a long tail of reports confirms the file is silently a no-op (anthropics/claude-code#36163, #16704, #46699, #56997, #65812). The README's prompt-cache troubleshooting entry told users to create one, which does nothing and leaves the cache-invalidation symptom unresolved. Replace it with the supported .claude/settings.json deny-rule equivalent, with a caveat that deny rules gate access (not just caching), which conflicts with reading graphify-out/ back for navigation. Fixes Graphify-Labs#1843.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.claudeignoresupport: the original feature request (.claudeignore anthropics/claude-code#579) was closed pointing users atpermissions.denyrules instead, and a long tail of reports confirms the file silently does nothing ([BUG] .claudeignore does not prevent Claude from reading ignored files anthropics/claude-code#36163, #16704, #46699, #56997, #65812)..claudeignore— a no-op that leaves the actual symptom unresolved..claude/settings.jsonpermissions.denyequivalent, plus a one-line caveat that deny rules gate access (not just prompt-cache behavior), which conflicts with workflows that readgraphify-out/back for navigation — as suggested in the issue.Fixes #1843.
Test plan
.claudeignore(grep -rl claudeignore . --include="*.md"→ only this README section).