Skip to content

Releases: wenn-id/comic-sol

Comic Sol v1.1.0 — OpenAI Build Week

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.

Comic Sol v1.0.0

Choose a tag to compare

@wenn-id wenn-id released this 18 Jul 09:14
c011847

Comic Sol v1.0.0

First release for OpenAI Build Week 2026.

  • Installable Codex Skill: prompt/story to finished manga/anime comic
  • 10-stage agent workflow with provider-neutral image capability detection
  • Deterministic validation, resume, repair, lettering, composition, PDF export, and QA reporting
  • 82-test offline suite and clean-room doctor
  • Verified live sample: 4 panels, 2 pages, 0 retries, all seven QA checks passed
  • Rendered 1:49 demo video (1920×1080, H.264/AAC) attached to release
  • Windows 11 clean-room: 82/82 tests, native Python 3.11.9, Pillow 11.3.0
  • Demo video: comic-sol-demo.mp4 (5 MB) included as release asset