Install
uv tool install specify-cli --from git+https://github.com/github/spec-kit.git@v0.13.1
specify init my-projectWhat's Changed
- chore: bump version to 0.13.1
- fix(integrations): catch OverflowError on a
priority: .infin 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)