mark_decision_outcome
Record the real-world outcome of a past decision, enforcing evidence-backed validation for incorrect, reverted, or validated outcomes.
Instructions
Record the real-world OUTCOME of a past decision.
outcome must be one of: accepted, validated, incorrect, reverted,
unresolved.
HARD RULE: marking incorrect/reverted/validated requires
admissible evidence_refs — records that independently back the
outcome. Self-certification is rejected. An operator may override via
the CLI.
Returns
dict with keys: id, decision_id, outcome, status,
severity, evidence_refs, superseded, marked_at.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | ||
| outcome | Yes | ||
| severity | No | ||
| applies_to | No | ||
| decision_id | Yes | ||
| evidence_refs | No | ||
| corrected_rule | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||