add_decision
Capture architecture decisions with rationale and alternatives to maintain a persistent project record for context.
Instructions
Log an architecture decision record (ADR) in the project context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Project root directory. | . |
| reason | Yes | Why this decision was made. | |
| decision | Yes | What was decided. | |
| alternatives | No | Other options that were considered. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |