memory_admin
Dispatches memory admin and maintenance operations including status checks, deduplication, distillation, garbage collection, and consistency verification to manage token usage.
Instructions
Single dispatch for all memory admin / maintenance ops (status, doctor, dedup_sweep, distill, roi_gc, consistency, vector_reindex, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| op | Yes | Which memory-admin sub-operation to run. | |
| project_root | No | Filter by project (where applicable). | |
| limit | No | Pagination/limit (where applicable). | |
| dry_run | No | Preview-only mode for sweeps/garbage collectors. |