Skip to content

nlght-ai v0.1.2

Latest

Choose a tag to compare

@r4id4h r4id4h released this 20 Jul 08:31

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.yml now skips when the pushed commit carries a v* release tag, so
    a release runs only release.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)