Add runtime loader for validated JSON animation packs #78
Labels
No labels
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Blocks
Depends on
#80 Generate and test first external LLM animation pack
JackFrostbyte/rgb-aura
#81 Document and test the v1.1.0 JSON animation-pack workflow
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
#76 Add animation-pack validator CLI
JackFrostbyte/rgb-aura
#77 Add first built-in JSON animation pack
JackFrostbyte/rgb-aura
Reference
JackFrostbyte/rgb-aura#78
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 runtime support for loading and executing validated JSON animation packs.
RGB Aura should remain the execution engine. The animation pack should only describe data. The runtime interprets the validated data using safe internal logic.
Scope
Implement the first runtime loader for JSON animation packs.
The loader should:
Required runtime behavior
The loader must preserve:
Required CLI behavior
Add a way to run a JSON animation pack from the command line.
The exact option name can be chosen during implementation, but it should be clear and documented.
Possible example:
Out of scope
Acceptance criteria