Skip to content

Spec Kit - 0.12.0

Choose a tag to compare

@github-actions github-actions released this 29 Jun 20:34

Install

uv tool install specify-cli --from git+https://github.com/github/spec-kit.git@v0.12.0
specify init my-project

What's Changed

  • chore: bump version to 0.12.0
  • feat: make agent-context extension a full opt-in (#3097)
  • docs(workflows): add the built-in 'init' step type to the Step Types table (#3234)
  • fix(workflows): gate validate() must not crash on non-string options (#3233)
  • fix(workflows): make pipe-filter detection quote-aware in expressions (#3232)
  • fix(workflows): reject a fan-in wait_for that names an unknown step at validation (#3225)
  • fix(scripts): warn when spec template is missing in create-new-feature.ps1 (parity with bash) (#3230)
  • fix(scripts): count subdirectory-only dirs as non-empty in PowerShell (parity with bash) (#3137)
  • fix(scripts): drop HAS_GIT from PowerShell git-extension output (parity with bash) (#3195)
  • Update Product Spec Extension to v1.0.1 (#3226)
  • chore: release 0.11.10, begin 0.11.11.dev0 development (#3240)