Submit client comic revision
comic_submit_revisionApply a client-authored Living Panels revision without using a server revision LLM. Targeted changes regenerate only inferred dirty producer nodes such as panel:, motion:, or tts:.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| story | No | Optional full replacement Story JSON. Targeted changes are cheaper/faster when possible. | |
| changes | No | Targeted changes. Prefer this over full story replacement for small edits. | |
| summary | No | Client-authored one-line revision summary. | |
| comic_id | Yes | Comic id to revise. | |
| client_name | No | Host app or client name, for provenance. | |
| dirty_nodes | No | Optional extra producer nodes, e.g. panel:p2u1, motion:p2u1, tts:p2u1a-b0. | |
| client_model | No | Model or agent that authored the revision, for provenance. | |
| base_story_hash | Yes | Hash from comic_revision_brief. Prevents applying a patch over a stale story. | |
| start_production | No | Regenerate inferred dirty assets after saving. |