art.asset.register
Registers a new game asset in the registry, validating its schema, style reference, source file, and relationships to maintain consistency.
Instructions
Register a new asset in the registry. Validates schema, style reference, source file, and relationships.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Unique asset ID (e.g. "character.goblin.001") | |
| name | Yes | Human-readable asset name | |
| tags | No | Tags for filtering | |
| type | Yes | Asset type | |
| style | Yes | Style reference { id, version } | |
| source | Yes | Source file { path, format } | |
| status | Yes | Asset status | |
| category | Yes | Asset category | |
| animation | No | Animation metadata | |
| technical | No | Technical metadata | |
| dimensions | No | Asset dimensions in pixels | |
| relationships | No | Relationships to other assets |