Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 651 Bytes

File metadata and controls

9 lines (7 loc) · 651 Bytes

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
  • If the graphify MCP server is active, utilize tools like query_graph, get_node, and shortest_path for precise architecture navigation instead of falling back to grep
  • After modifying code files in this session, run python3 -c "from graphify.watch import _rebuild_code; from pathlib import Path; _rebuild_code(Path('.'))" to keep the graph current