prune_stale
Scan project memory for entries not verified within a set number of days, return them for review without deletion, and help maintain fresh context.
Instructions
Find entries not verified in N days. Returns them for review — does not delete. Call periodically to keep context fresh.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Entries not verified in this many days are flagged (default: from config) | |
| project_dir | No | Absolute path to another project to prune |