art.memory.add_rejection
Store rejection records for art assets or style directions with reasons and status to identify style failures and enforce consistent pixel-art standards.
Instructions
Add a new rejection record to the art memory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Rejection ID (e.g. "rejection-001") | |
| note | No | Optional note | |
| type | Yes | Rejection type | |
| style | Yes | Style reference { id, version } | |
| status | Yes | Rejection status | |
| reasons | Yes | Rejection reasons | |
| asset_id | No | Asset ID (required for type=asset) | |
| provenance | No | Provenance info | |
| description | No | Description (required for type=direction) |