timeline resize view

This commit is contained in:
Roberto
2026-04-29 23:13:49 +02:00
parent 75f6b0dca5
commit c16e68f0d0
3 changed files with 44 additions and 1 deletions

View File

@@ -14,6 +14,16 @@ Update when lesson learned. Update when:
Do **not** add derivable-from-code things, generic best practices, or ephemeral task notes — durable knowledge only.
## 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
- For cross-module "how does X relate to Y" questions, prefer `graphify query "<question>"`, `graphify path "<A>" "<B>"`, or `graphify explain "<concept>"` over grep — these traverse the graph's EXTRACTED + INFERRED edges instead of scanning files
- After modifying code files in this session, run `graphify update .` to keep the graph current (AST-only, no API cost)
## Repository Layout
**Monorepo with git submodules.** Each submodule independent repo with own `.claude/CLAUDE.md`.