art.memory.add_anchor
Store a named style anchor to lock visual dimensions such as silhouette, palette, and lighting for a specific art category, providing a consistent reference for pixel-art generation.
Instructions
Add a new style anchor to the art memory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Anchor ID | |
| name | Yes | Human-readable name | |
| note | No | Optional note | |
| style | Yes | Style reference { id, version } | |
| assets | Yes | Asset IDs this anchor references | |
| status | Yes | Anchor status | |
| category | Yes | Anchor category | |
| strength | Yes | Anchor strength | |
| dimensions | Yes | Visual dimensions | |
| provenance | No | Provenance info |