The v8 README's Troubleshooting section ('Claude Code prompt cache invalidated after every graphify extract') tells users to add graph.json and graphify-out/ to a .claudeignore file.
Claude Code has no .claudeignore support. Evidence:
So the README's remedy is a no-op: users create the file, nothing changes, and the prompt-cache symptom persists. Suggest either removing the entry or replacing it with the supported equivalent, e.g.:
// .claude/settings.json
{ "permissions": { "deny": ["Read(./graphify-out/**)", "Read(./graph.json)"] } }
(with the caveat that deny rules gate access, which also breaks 'graphify-out/wiki as navigation' workflows — the two goals conflict, which is worth a sentence in the docs).
Found while acting on the same install that produced #1840. Local setup: graphifyy 0.9.13, Claude Code on Linux.
The v8 README's Troubleshooting section ('Claude Code prompt cache invalidated after every graphify extract') tells users to add graph.json and graphify-out/ to a .claudeignore file.
Claude Code has no .claudeignore support. Evidence:
So the README's remedy is a no-op: users create the file, nothing changes, and the prompt-cache symptom persists. Suggest either removing the entry or replacing it with the supported equivalent, e.g.:
(with the caveat that deny rules gate access, which also breaks 'graphify-out/wiki as navigation' workflows — the two goals conflict, which is worth a sentence in the docs).
Found while acting on the same install that produced #1840. Local setup: graphifyy 0.9.13, Claude Code on Linux.