Skip to content

README troubleshooting recommends .claudeignore, which Claude Code does not support #1843

Description

@chaosanderos

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions