Instruction file imported from PrakritR/PropLane (
.cursor/rules/graphify.mdc). Copyright stays with the author.
This project has a graphify knowledge graph at .graphify/.
- For codebase or architecture questions, when
.graphify/graph.jsonexists, first rungraphify query "<question>"(orgraphify path "<A>" "<B>"/graphify explain "<concept>"); these return a scoped subgraph, usually much smaller thanGRAPH_REPORT.mdor raw grep output - If .graphify/wiki/index.md exists, navigate it instead of reading raw files
- If .graphify/graph.json is missing but graphify-out/graph.json exists, run
graphify migrate-state --dry-runfirst; if tracked legacy artifacts are reported, ask before using the recommendedgit mv -f graphify-out .graphifyand commit message - If .graphify/needs_update exists or .graphify/branch.json has stale=true, warn before relying on semantic results and run /graphify . --update when appropriate
- Read
.graphify/GRAPH_REPORT.mdonly for broad architecture review or whenquery/path/explaindo not surface enough context - After modifying code files in this session, run
npx graphify hook-rebuildto keep the graph current