check_decision
Check any proposed technical decision against past settled decisions to detect contradictions and avoid re-litigating past choices.
Instructions
CONTRADICTION GUARD: before you make a technical decision or change, pass it as proposal to see SETTLED decisions on the same topic (each with its rationale), so you don't silently undo or re-litigate a past choice. Returns the closest prior decisions, best match first; an empty list means none conflict. Searches ALL projects unless project is given. Call this BEFORE acting on a non-trivial decision; if it returns something that contradicts your plan, reconcile with the user rather than overriding it. Requires distilled or recorded decisions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Substring-match the project path to scope results. Empty = all projects. | |
| proposal | Yes | The change/decision you are about to make. Returns settled decisions on the same topic. |