graphify · diff
git:20260625.5ab35de to git:20260903.8063be2
0 added, 6 removed. Audit A to A.
---
description: graphify knowledge graph context
alwaysApply: true
---
This project has a graphify knowledge graph at graphify-out/.
**MANDATORY: Before using Read, Grep, Glob, or Bash to explore the codebase, you MUST run graphify first:**
- `graphify query "<question>"` — scoped subgraph for any codebase or architecture question
- `graphify path "<A>" "<B>"` — dependency path between two symbols
- `graphify explain "<concept>"` — all nodes related to a concept
This applies to YOU and to every subagent you spawn. Include this rule explicitly in every subagent prompt that involves code exploration. Do not skip graphify because files are "already known" or because you are executing a plan — the graph surfaces cross-file dependencies and INFERRED edges that grep and Read cannot find.
Only use Read/Grep/Glob directly when:
1. graphify has already oriented you and you need to modify or debug specific lines
2. `graphify-out/graph.json` does not exist yet
- If `graphify-out/wiki/index.md` exists, navigate it instead of reading raw files
- Read `graphify-out/GRAPH_REPORT.md` only for broad architecture review when query/path/explain do not surface enough context
- After modifying code files, run `graphify update .` to keep the graph current (AST-only, no API cost)
- ## agentmemory synergy (mandatory when both opted in)
-
- - **Save via agentmemory** — use MCP or CLI to capture decisions, defects, and session evidence to `.agentmemory/`
- - **Retrieve via Graphify** — never substitute raw grep/read of memory exports when Graphify is fresh
- - See `.cursor/rules/agentmemory.mdc` and `.cursor/rules/recommended-tools.mdc`
-