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-couriermigrated to lettering cache v2, corrected dialogue tail targeting, refreshed page PNGs/PDF, hashes, cache, and QA report. - Submission pack:
SUBMISSION.mdcontains Devpost copy, judge commands, verified evidence, demo script, and external-only checklist.
Demo video
- Narrated demo (1:46, under three minutes): https://github.com/wenn-id/comic-sol/releases/download/v1.1.0/comic-sol-build-week-demo.mp4
- H.264 1080p video with AAC English narration.
- SHA-256:
ecfafe94a96cf57915bf73555ccf157cead7a77348b50106c7cfac00edadc477
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-courierSee SUBMISSION.md for full install and judging flow.