art.memory.add_decision
Log a new art decision with status, style, and rationale to maintain a searchable memory of design choices for consistent game art.
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 |