decision_list
List the decisions that currently govern the design graph, with optional status filters to surface contested disputes, drafts, or uncommitted candidates.
Instructions
List decisions in the local Decision Graph. Defaults to ACTIVE decisions only — the ones that currently govern. Contesting a decision is what stops it governing, so contested decisions are deliberately excluded from the default: pass status:'contested' to review disputes, or include_contested:true to see both. A decision you cannot find is not the same as a decision that does not exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Decision status to list. Omit to list active decisions. | |
| drafts_only | No | When true, return active decisions awaiting a rationale or confirmation. | |
| include_contested | No | When true and status is omitted, include contested decisions alongside active ones. They do NOT govern — contesting is what removes a decision from force — but they are listed so an open dispute is discoverable rather than silently invisible. Read each decision's status field. Ignored when drafts_only is set: a contested decision is not a draft. | |
| include_candidates | No | When true and status is omitted, include uncommitted imported candidates with active decisions. |