From 07b8a207c143b41f7fc08644fea7eedfbffc3fd5 Mon Sep 17 00:00:00 2001 From: bastien Date: Tue, 21 Apr 2026 17:54:51 +0200 Subject: [PATCH] docs(claude): consolidate graphify sections into Context Navigation Merge the auto-installed "## graphify" block (L. 170-177, written by `graphify claude install`) into the existing "## Context Navigation (graphify)" block. Keeps one source of truth: when to invoke graphify, what to read first (GRAPH_REPORT.md), and the AST-only --update shortcut after code edits. Co-Authored-By: Claude --- CLAUDE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 0654462..ff87f57 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -53,7 +53,8 @@ Apply unless repo-specific instructions override. ## Context Navigation (graphify) - Use `/graphify query` ONLY for large-scope tasks: multi-file features, complex bug investigations, architectural changes, major refactors. - For small tasks (hotfix, typo, single-file change, quick lookup): read files directly — do NOT invoke graphify. -- When graphify is used, `graphify-out/wiki/index.md` is the navigation entrypoint. +- Before answering architecture/codebase questions, read `graphify-out/GRAPH_REPORT.md` for god nodes and community structure. If `graphify-out/wiki/index.md` exists, use it as navigation entrypoint. +- After modifying code files, run `/graphify --update` to keep the graph current (AST-only, no API cost for code-only changes). ---