Change notes — v0.1.2
Released: 2026-07-20
- docs: place Demo Showcase in the Getting Started hierarchy, remove the
duplicate page heading, and align all links with its slug.
(working/fix-showcase-page-consistency) - docs: move the executable demo gallery to a dedicated Showcase page so
Recipes contains only reusable AI patterns. (working/separate-recipes-from-showcase) - docs: reframe Recipes as concise AI patterns and align the demo documentation
with the six-case executable showcase. (working/refresh-recipes-and-demo-docs) - ci:
tests.ymlnow skips when the pushed commit carries av*release tag, so
a release runs onlyrelease.yml(which already enforces the full gate) instead
of both workflows in parallel on the same commit. (working/ci-skip-tests-on-release, ADR-0025)