agent-memory inferredgroup:<tenant>agent-memory classify-poc| memory id | scope | subject | md target | preview |
|---|---|---|---|---|
| No promotions in the last 7 days. (Likely dry-run.) | ||||
| memory id | scope | subject | preview |
|---|---|---|---|
| No memories superseded in the last 7 days. | |||
Latest at ~/projects/secrets/agent-memory-digest-latest.md — read with cat or open in your editor. The digest is the per-run record of every decision; this dashboard summarises 7+ runs at once.
# Two-minute weekly scan
agent-memory monitor # one-screen summary
agent-memory inferred --days 7 # auto-flagged review queue
agent-memory classify-poc | tail -3 # confirm classifier still ≥ 90%
cat ~/projects/secrets/agent-memory-digest-latest.md
# If a tile is yellow/red
journalctl -u agent-memory-reconciler --since '7 days ago' | grep -E 'error|collision|deny_hit'
git log --grep reconciler --since '7 days ago' --oneline # auto-commits
git revert <sha> # undo a bad promotion
echo 'AGENT_MEMORY_RECONCILER_ENABLED=0' >> ~/projects/secrets/agent-memory.env # kill switch