summaryrefslogtreecommitdiff
path: root/internal/config/config_test.go
AgeCommit message (Collapse)Author
2026-04-23Add new style families and regenerate style/theme montage.Paul Buetow
This adds pulp, mecha, pixel-art, ink-wash, and clay style pools across config defaults, style selection, and CLI/runner wiring, and extends tests to cover the new modes. It also updates the stylegrid tooling/docs and regenerates the all-styles-and-themes reference image with labeled examples. Made-with: Cursor
2026-04-23Add ISO A4 PDF print/book pipeline, page-frame prompts, and usage docsPaul Buetow
Print and book PDF modes now letterbox each raster to A4 portrait at pdf.density; print uses the matte color for pads. CLI forces 3:4 generation for print|book unless --aspect-ratio is set. Cover, gallery, and back prompts gain DINA4PDF instructions when those modes are active. Introduce DescribePageFrame and PDF helpers with tests; add CLI tests for presentation and aspect precedence. Expand README and config example with A4 examples, language env vars, and page-format vs PDF behavior. Add sample Sumer vocabulary files. Made-with: Cursor
2026-04-22Remove weak comic style presetsPaul Buetow
2026-04-22Improve comic style generationPaul Buetow
2026-04-22add logoPaul Buetow
2026-04-22Fix manual prompt mode flagsPaul Buetow
2026-04-22Improve prompt variety for generated comic pagesPaul Buetow
2026-04-21u7: wire documented config knobs into runtimePaul Buetow
2026-04-21Fix n7: honor comic page and panel countsPaul Buetow
2026-04-21Fix output paths and language-neutral promptsPaul Buetow
2026-04-20Fix task 25 comic generation leak handlingPaul Buetow
2026-04-20Fix task 25: keep comic generation single-language and single-stylePaul Buetow
2026-04-19w4: add embedded prompt templatesPaul Buetow
2026-04-19u4: make provider/runtime boundary genericPaul Buetow
2026-04-19u4: add core infrastructure scaffoldingPaul Buetow