Memory search, inspection, and management via the memory-core container. Use before asking the human to repeat information, when reasoning feels circular, or to validate/abandon provisional chunks.
mc search "JWT authentication issue"
mc search "deployment process" --limit 5 --confidence 0.75
mc search "what did we decide about the database schema" --days 30
mc topics # list all topic nodes
mc topics --sort chunks # sort by chunk count
mc chunk validate <chunk_id> # promote provisional chunk (confidence → 0.85)
mc chunk abandon <chunk_id> # mark as negative knowledge (confidence → 0.10)
mc invalidate --topic "old-api-name" # clears stale chunks after a system change
mc injection-log --last 20
mc injection-log --filter rejected # see what was blocked and why
| Confidence | Meaning |
|---|---|
| ≥ 0.85 | Validated belief — treat as established |
| 0.55–0.84 | Moderate confidence — use with uncertainty |
| 0.40–0.54 | Provisional hypothesis — needs validation |
| ≤ 0.10 | Abandoned / negative knowledge — do not re-explore |
| CONSOLIDATED_BELIEF | Oneiros-generalized — most durable |
Memory is ambient. Anamnesis injects relevant chunks automatically at tool boundaries.
Use core-memory for deliberate inspection and correction, not for routine recall.