decision_add
Log an active design decision with its statement, scope, component reference, rationale, and rejected alternatives, so the decision graph captures current design rationale.
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. |