From 8d7430b3928ffab3817b1770c6dc8da3707eb87d Mon Sep 17 00:00:00 2001 From: guy oron Date: Mon, 29 Jun 2026 12:42:53 +0300 Subject: [PATCH] docs: add .claudeignore tip for prompt cache (#1387) Graphify output writes invalidate Claude Code's prompt cache if the paths aren't ignored. Add a troubleshooting entry with the recommended .claudeignore entries. Co-Authored-By: Claude Opus 4.6 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 1f81ae07b..723f8419e 100644 --- a/README.md +++ b/README.md @@ -513,6 +513,14 @@ uv tool upgrade graphifyy graphify install # overwrites the skill file ``` +**Claude Code prompt cache invalidated after every `graphify extract`** +Graphify writes output files (`graph.json`, `graphify-out/`) into the workspace. If those paths aren't ignored, every write invalidates Claude Code's prompt cache, forcing a full re-upload at cache-write rates on the next turn. Add them to `.claudeignore`: +```text +# .claudeignore +graph.json +graphify-out/ +``` + --- ## Full command reference