cleya edit
Deterministic scene edits — refinement as code, not deliberation. One op (or an array) applied to a scene FILE: center a layer, set-text, recolor, retime (shift beats), resize, move, swap-motion. Validates before writing (an edit can never leave a broken scene); --verify probe-renders and runs align+contrast so the change arrives measured. Layer ids: see the scene file or cleya starters knobs.
cleya edit --scene draft.scene.json --op '{"op":"center","layer":"subhead","axis":"x"}' --verify --brand brand.json
Options
| Flag | What it does | |
|---|---|---|
--scene | Scene file to edit | required · string |
--op | EditOp JSON (or array, or a file path): {op, layer, ...params} | required · string |
--output | Write the edited scene here instead of in place | string |
--verify | Probe-render + align/contrast after the edit (report-only) | boolean |
--brand | Brand for the verify render when the scene uses $palette tokens | string |
Category: edit — transform existing media
Generated from the toolkit
Generated from cleya capabilities, the toolkit's own manifest, so it cannot drift.
Run cleya edit --help for the same information in your terminal.