prune
Remove old completed backlog items by age. Prune deletes items older than a specified number of days, with a dry-run option to preview deletions. Also supports clearing all or listing completed items.
Instructions
Prune completed/done backlog items - remove old archived items from COMPLETED_Backlog
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | Operation: prune (by age), clear (all), or list completed items (default: list) | |
| olderThanDays | No | For prune action: delete items older than this many days (default: 30) | |
| dryRun | No | Preview what would be deleted without actually deleting (default: false) |