Delimit Ledger Groom
delimit_ledger_groomGenerate a read-only grooming proposal that flags stale, duplicate, or garbage ledger items for review. It identifies likely archive candidates without applying changes, so you can decide what to clean up before acting.
Instructions
Read-only grooming proposal — flags stale / duplicate / garbage items.
When to use: as a periodic review tool to surface items that likely should be archived (stale, duplicate, garbage venture). When NOT to use: to apply the changes — use delimit_ledger_bulk after reviewing the proposal.
Sibling contrast: delimit_ledger_bulk applies; delimit_ledger_health composes this with other checks; this is the read-only proposer.
Side effects: read-only on the ledger. Returns proposals only — risky operations (mass-cancel, dedup-merge) MUST go through delimit_ledger_bulk after founder review. Each proposal includes a copy-pasteable ready_to_apply invocation.
LED-1145 Phase 2 #2. Risky operations (mass-cancellation, dedup-merge)
must NOT be a single atomic action — this tool only PROPOSES; the
founder applies via delimit_ledger_bulk after review. Each proposal
in the response includes a copy-pasteable ready_to_apply invocation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| venture | No | project name or path. Auto-detects if empty. | |
| stale_days | No | threshold for stale_open detector (default 30). | |
| dup_min_count | No | minimum group size for duplicate_titles (default 3). | |
| max_per_category | No | cap per category in the response (default 50). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||