Build or update the AMG knowledge graph from the project's source folders (any mix of code, docs, data, or plain text). USE THIS whenever AMG is active (`.claude/amg/config.yml` has active: true) and the graph must be brought in line with the files on disk:…
Assemble a focused context pack from the AMG graph BEFORE doing a coding or docs task, so the model sees the strategic surround (purpose, related code, prior decisions) plus the operational detail — without loading the whole project. USE THIS whenever AMG is…
Maintain AMG memory: fold the co-activation log (Hebbian weight updates only when enabled), file the session's conclusions/decisions as notes by value, and run threshold-gated branch compaction so the graph stays sharp and bounded. USE THIS at the END of a…