Skip to content

Comic Sol v1.1.0 — OpenAI Build Week

Latest

Choose a tag to compare

@wenn-id wenn-id released this 21 Jul 03:41
1307cf7

Comic Sol v1.1.0 — OpenAI Build Week

Stable Developer Tools submission built with Codex and GPT-5.6 Sol. This release upgrades deterministic manga lettering, hardens packaging and CI, and ships a fully validated public sample.

Highlights

  • Lettering v2: deterministic Pillow dialogue and captions with Comic Neue, adaptive speech bubbles, and clean polygonal tails; image-model SFX remain part of generated panel art.
  • Tail seam fix: shadow-first page composition keeps tails from crossing panel borders.
  • Release packaging: GitHub Actions verification, pinned requirements.txt, and direct Codex Skill install instructions for Bash and PowerShell.
  • Public sample: samples/sunlight-courier migrated to lettering cache v2, corrected dialogue tail targeting, refreshed page PNGs/PDF, hashes, cache, and QA report.
  • Submission pack: SUBMISSION.md contains Devpost copy, judge commands, verified evidence, demo script, and external-only checklist.

Demo video

Verified evidence

  • Linux/WSL: 137 tests passed.
  • Native Windows 11 with Python 3.11.9: 137 tests passed, with one privilege-dependent symlink test skipped.
  • Anonymous fresh clone and virtual environment: 137 tests passed; doctor and final sample validation passed.
  • GitHub Actions on merged main: success.
  • Public sample: final validation passed; all 10 resume actions reusable.
  • Two independent rerenders: byte-identical SHA-256 for four lettered panels, two page PNGs, and PDF.
  • Visual QA: legible lettering, consistent panel borders/gutters, clean tail seam, and correct speaker targeting.

Judge commands

python3.11 scripts/comic_sol.py doctor
python3.11 -m unittest discover -s tests -v
python3.11 scripts/validate_project.py samples/sunlight-courier --stage final
python3.11 scripts/comic_sol.py resume-plan samples/sunlight-courier

See SUBMISSION.md for full install and judging flow.