record_decision
Log architecturally significant decisions in ADR format. Use when a real choice has been made to capture context, alternatives, and consequences.
Instructions
Record an architecturally consequential decision (ADR-style). Only call when a real choice was made.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| context | No | ||
| decision | Yes | the decision taken | |
| alternatives | No | ||
| consequences | No | ||
| supersedesId | No | id of a prior decision this replaces |