698 B
698 B
graphify
This project has a graphify knowledge graph at graphify-out/.
Rules:
- Before answering architecture or codebase questions, read graphify-out/GRAPH_REPORT.md for god nodes and community structure
- If graphify-out/wiki/index.md exists, navigate it instead of reading raw files
- After modifying code files in this session, run
graphify update .to keep the graph current (AST-only, no API cost)
Subagent 调度偏好
- 跨 3+ 文件的探索/搜索 → 走 Explore subagent,主线只收摘要
- 单文件读取、已知路径的 grep → 主线直接做,不要起 subagent
- 写代码任务卡住 ≥2 轮没进展 → 起 Plan subagent 重新规划,而不是继续硬调