Add animation-pack validator CLI #76
Labels
No labels
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Blocks
Depends on
#77 Add first built-in JSON animation pack
JackFrostbyte/rgb-aura
#78 Add runtime loader for validated JSON animation packs
JackFrostbyte/rgb-aura
#79 Create LLM prompt package for JSON animation-pack generation
JackFrostbyte/rgb-aura
#81 Document and test the v1.1.0 JSON animation-pack workflow
JackFrostbyte/rgb-aura
#83 Improve animation-pack validator diagnostics
JackFrostbyte/rgb-aura
#84 Add more reference JSON animation packs
JackFrostbyte/rgb-aura
#86 Improve dry-run summaries for JSON animation packs
JackFrostbyte/rgb-aura
#75 Define strict JSON animation-pack schema
JackFrostbyte/rgb-aura
Reference
JackFrostbyte/rgb-aura#76
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Objective
Add a command-line validator for RGB Aura JSON animation packs.
The validator should allow a user or contributor to validate an animation pack before attempting to run it through the RGB Aura runtime.
Scope
Create a validator script or CLI command that checks an animation pack against:
Required validation behavior
The validator should check:
Required CLI behavior
The command should provide clear output:
Out of scope
Acceptance criteria