get_decisions
Retrieve the most recent live decisions for a project, showing only active, accepted, or validated statuses to track current project state.
Instructions
Return the LIVE decisions for a project, newest first.
Live = status in (active, accepted, validated). Decisions marked
incorrect/reverted are returned by get_known_traps instead.
Returns
list of dicts with keys: id, statement, rationale,
status, created_at.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_key | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |