From b831b6bff98ceb4fbe992640a857d27501763b40 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 23 Apr 2026 09:39:50 +0300 Subject: Add new style families and regenerate style/theme montage. 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 --- Magefile.go | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Magefile.go') diff --git a/Magefile.go b/Magefile.go index edb7ba3..34bad57 100644 --- a/Magefile.go +++ b/Magefile.go @@ -48,6 +48,11 @@ func Clean() error { return sh.RunV("rm", "-f", binaryName) } +// Stylegrid renders stylegrid.png (all style lines + story genres from config) via Gemini; requires ImageMagick montage. +func Stylegrid() error { + return sh.RunV("go", "run", "./cmd/stylegrid", "--output", "stylegrid.png") +} + func resolveGOPATH() (string, error) { if gopath := os.Getenv("GOPATH"); gopath != "" { return gopath, nil -- cgit v1.2.3