| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-09 | 1.2 kB | |
| Spec Kit - 0.10.0 source code.tar.gz | 2026-06-09 | 3.0 MB | |
| Spec Kit - 0.10.0 source code.zip | 2026-06-09 | 3.2 MB | |
| Totals: 3 Items | 6.3 MB | 0 | |
Install
:::bash
uv tool install specify-cli --from git+https://github.com/github/spec-kit.git@v0.10.0
specify init my-project
Migration
- Git extension is now opt-in. The
--no-gitflag has been removed.specify initno longer auto-installs the git extension. To add it, runspecify extension add gitafter init. - Legacy AI flags removed.
--ai,--ai-commands-dir, and--ai-skillsno longer exist. Use--integration <key>and--integration-optionsinstead.
What's Changed
- chore: bump version to 0.10.0
- feat: make git extension opt-in and remove --no-git at v0.10.0 (#2873)
- [Preset] UpdateFiction book writing v1.9.0 - Illustration support (#2821)
- test(workflows): cover executable override fallback preflight (#2843)
- Add GitHub Copilot CLI guidance to readme (#2891)
- Update Security Review extension to v1.5.3 (#2898)
- Update Architecture Guard extension to v1.8.17 (#2897)
- feat(extensions): per-event hook lists with priority ordering (#2798)
- feat!: remove legacy --ai, --ai-commands-dir, and --ai-skills flags (0.10.0) (#2872)
- chore: release 0.9.5, begin 0.9.6.dev0 development (#2875)