Install
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-git flag has been removed.
specify init no longer auto-installs the git extension. To add it,
run specify extension add git after init.
- Legacy AI flags removed.
--ai, --ai-commands-dir, and --ai-skills
no longer exist. Use --integration <key> and --integration-options instead.
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)