art.memory.add_decision
Add a new art decision record to track style choices, status, reasons, and alternatives for consistent art memory.
Instructions
Add a new art decision record to the art memory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Decision ID (e.g. "ADR-001") | |
| style | Yes | Style reference { id, version } | |
| title | Yes | Decision title | |
| reason | Yes | Reasons for the decision | |
| status | Yes | Decision status | |
| decision | Yes | Decision details | |
| provenance | No | Provenance info | |
| alternatives | No | Alternatives considered | |
| consequences | No | Expected consequences | |
| relationships | No | Relationships to other decisions |