check_conflict
Check whether a proposed decision contradicts a do_not_revert=True decision or duplicates an existing one, returning status and conflict details.
Instructions
Check whether a proposed decision contradicts any do_not_revert=True decision OR duplicates an existing one. Returns {status: novel|duplicate|conflict, conflicts, duplicates}. Call BEFORE record_decision to surface conflicts proactively (record_decision also runs this internally and surfaces _conflict_warning unless force=true).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | No | Optional — prefer hits on the same file | |
| decision_text | Yes | The decision text you'd pass to record_decision |