What’s New

spec-kit v0.13.1

v0.13.1

Spec Kit - 0.13.1

Fixed
  • Catch OverflowError on a priority: .inf in add/remove
  • Reject bool / .inf catalog priority in workflow & step catalog loaders
  • Provide a clean validation error for 'priority: .inf' instead of crashing
  • Fail fan-in loudly on a non-string wait_for entry
  • Fail fan-out loudly on a truthy non-mapping step template
  • Reject a non-string prompt in prompt-step validate()
  • Route 'workflow status --json' errors to stderr
  • Forge dispatches hyphenated /speckit-<cmd> invocations
Install
uv tool install specify-cli --from git+https://github.com/github/spec-kit.git@v0.13.1
specify init my-project
What's Changed
  • chore: bump version to 0.13.1
  • fix(integrations): catch OverflowError on a priority: .inf in add/remove (#3589)
  • fix(workflows): reject bool / .inf catalog priority in workflow & step catalog loaders (#3526)
  • fix(catalogs): 'priority: .inf' yields a clean validation error instead of crashing (#3525)
  • docs(integrations): document the 'integration list --catalog' flag (#3530)
  • fix(workflows): fail fan-in loudly on a non-string wait_for entry (#3579)
  • fix(workflows): fail fan-out loudly on a truthy non-mapping step template (#3537)
  • fix(workflows): reject a non-string prompt in prompt-step validate() (#3582)
  • fix(workflows): route 'workflow status --json' errors to stderr (#3520)
  • fix(integrations): Forge dispatches hyphenated /speckit- invocations (#3529)
  • chore: release 0.13.0, begin 0.13.1.dev0 development (#3588)
View original