decision_review
Review overdue decisions, classify each as still true, changed, archived, or needs evidence, and get a recommended action. Optionally scan a repo to identify decisions invalidated by code changes.
Instructions
Call this before making new decisions, at session end, or when the user asks if a decision is still valid or what's overdue. Review-debt inbox: buckets overdue decisions into still_true / changed / archive / needs_evidence with a recommended action for each. READ-ONLY — proposes and cites reasons but mutates nothing; confirm, then apply via decision_refresh / decision_log. Auto-detects duplicate stubs. When root_path is provided, matches each decision's invalidate_if conditions against repo scan output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max decisions to surface (default 5). | |
| entity_id | No | Scope to one entity. Omit to review all entities' overdue decisions. | |
| root_path | No | Absolute path to a project repo. When provided, runs project_evidence_scan and matches invalidate_if conditions against git log and state files. Matched decisions are moved to the 'changed' bucket with the triggering evidence cited. | |
| include_parked | No | Include decisions on parked/archived entities (default false). |