A comic page built from a multi-file project — a JSON art-direction config (style + character bible) and one
JSON file per panel (scene, shot, cast, caption, dialogue, FX). Describe a change and gptdiff rewrites all
of them (adding or removing panels as it sees fit). The harness then organizes every panel into one prompt and
draws the whole portrait page in a single image render (the image model is set in config.json —
ideogram:4@0 by default) via NanoGPT. Export the finished page as a PNG.
…