Prune / consolidate memory
mindmap_pruneRun a consolidation pass that recomputes memory tiers by age and usage, cooling unused memories and collapsing cold ones to a searchable one-line trace. Optionally preview changes with a dry run.
Instructions
Run the consolidation pass that the background thread runs automatically: recompute every memory's tier by age + usage, cooling unused ones and collapsing cold ones to a one-line trace (still searchable, never deleted). Nothing is destroyed.
Args: dry_run (boolean, default false) — preview changes without writing. Returns: what moved between tiers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | Preview without writing changes |