knowledge_maintain
Audits the knowledge store to identify expansion candidates, cold pages, and misfiled citations for maintenance.
Instructions
Read-only health report for the knowledge store. Three branches: (1) expansion candidates — thin body + high hit_count (needs deepening); (2) cold pages — not accessed recently (unused or undiscovered); (3) misfile audit — provisional sourcing or conversation-only citations (should be in the memory store instead). Pair with knowledge_write to act on findings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cold_days | No | Days without access before a page is cold (default 30) | |
| thin_body_threshold | No | body char ceiling to consider a page thin (default 500) | |
| expansion_hit_threshold | No | hit_count floor for expansion candidates (default 3; 0 considers every page) |