Releases: LiamGvchi/gc-minimal-zine-poster
Release list
Minimal Zine Poster v0.3.1
Minimal Zine Poster v0.3.1 is a backward-compatible patch for prompt-language ambiguity that could introduce unrelated nautical imagery.
What changed
- Replaced abstract composition wording with concrete
focal element,focal-element form, andcolor accentlanguage throughout the runtime Skill. - Updated the prompt compiler so final image prompts name visible carriers such as photo crops, paper cutouts, ink blocks, specimens, printed illustrations, texture windows, or typography.
- Added quality checks for unrequested maritime symbols, ship-mooring icons, and generic pictograms.
- Added regression eval 8 for a non-maritime theme with a vivid red focal element.
- Updated English, Simplified Chinese, and Japanese documentation, metadata, and v0.3.0 upgrade guidance.
Why this patch exists
The word anchor was used as abstract composition vocabulary and could reach the final image-generation prompt as a bare noun. An image model could interpret it literally as a nautical anchor icon instead of a visual focal point. v0.3.1 fixes the full chain: internal terminology, prompt compilation, generation-time inspection, documentation, and regression coverage.
Acknowledgement
感谢小红书用户 @李李 提出这个问题:Skill 中的 anchor 可能被图像模型误解为船锚图标。该反馈直接促成了 v0.3.1 的术语、Prompt 编译器、质量检查与回归测试修复。
Thanks to Xiaohongshu user @李李 for reporting that anchor could be interpreted as a nautical anchor icon. This feedback directly prompted the v0.3.1 terminology, prompt-compiler, quality-gate, and regression-eval fixes.
Compatibility
The callable Skill name and installation directory remain unchanged:
gc-minimal-zine-poster-v0-3
Existing v0.3 users can update a clean Git checkout with:
git -C ~/.codex/skills/gc-minimal-zine-poster-v0-3 pull --ff-onlyValidation
quick_validate.py: passed.evals/evals.json: valid JSON with 8 evals.- Runtime package scan: 0 ambiguous terminology matches across Markdown and JSON.
- Local links and Skill reference paths: resolved.
- No private paths, secrets, scripts, executables, symlinks, or new runtime dependencies.
- Six example JPEGs remain unchanged.
- Clean one-top-level-folder ZIP passed integrity, extraction, validation, and source-parity checks.
- A real eval-8 image generation passed visual inspection with no unrequested nautical or generic icon.
Minimal Zine Poster v0.3.0
Minimal Zine Poster v0.3 turns the original single-route poster generator into a modular visual system for generation, reference analysis, prompt-only output, analysis followed by generation, and explicit photo-input routing.
What's new
- Generate, Reference Analysis, Prompt-only, Analyze + Generate, and Photo Input routes.
- Evidence-based separation of fixed system rules, variable rules, and source-specific residue.
- Stronger structured variation across layout, anchor, typography, texture, decoration, mood, and color.
- Dedicated prompt compiler, style system, reference-analysis protocol, variation engine, and quality gates under
references/. - Codex UI metadata and reusable eval definitions.
- Rewritten English, Simplified Chinese, and Japanese documentation.
- Clear migration path from the preserved v0.1.0 release.
Install v0.3
git clone https://github.com/LiamGvchi/gc-minimal-zine-poster.git \
~/.codex/skills/gc-minimal-zine-poster-v0-3Do not pull v0.3 into an existing gc-minimal-zine-poster-v0-1 directory. Install the new version beside the old copy so the folder name continues to match the Skill name.
Validation
- Source and extracted packages passed
quick_validate.py. evals/evals.jsonpassed JSON validation.- All local README links and Skill reference paths resolved.
- Clean archive integrity and source/extracted parity were verified.
- No external runtime document, private path, credential, script, binary, symlink, or downloaded asset dependency was found.
Validation boundary
At the author's request, this release run did not supply or generate a photograph and did not execute a Photo Input forward image test. Photo Input routing and preservation rules are included and statically validated; actual preservation quality remains dependent on the image model available in the host environment.
Minimal Zine Poster v0.1.0
The original public Minimal Zine Poster release, preserved for legacy installations and reproducible rollback.
Callable Skill
gc-minimal-zine-poster-v0-1
Install v0.1
git clone --branch v0.1.0 \
https://github.com/LiamGvchi/gc-minimal-zine-poster.git \
~/.codex/skills/gc-minimal-zine-poster-v0-1The current default release is v0.3.0. Existing v0.1 installations remain usable and do not need to be overwritten.