decision_add
Add a design decision to the Decision Graph, capturing its statement, scope, and component reference for traceability.
Instructions
Add an active decision to the local Decision Graph.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | Yes | Scope where the decision applies. | |
| author | No | Agent or person authoring the decision. Defaults to RAVEN_AGENT_ID or unknown. | |
| rationale | No | Reason for the decision. Omit when no rationale was recorded. | |
| statement | Yes | Decision statement. | |
| component_ref | Yes | Component or surface the decision refers to. | |
| alternatives_rejected | No | Alternatives considered and rejected. |