Spec Kit 0.9.2: Private Repo Fixes & Workflow Improvements
Spec Kit 0.9.2 fixes private repo extension downloads, removes unsupported Copilot skills modes, and adds workflow continue_on_error support for graceful failure handling.
TL;DR
- Fixed GitHub release asset API URL resolution for private repo extensions
- Removed unsupported frontmatter mode from Copilot skills
- Added continue_on_error step field for non-halting workflow failures
Fixed
- Private repo extension downloads — GitHub release asset API URL now resolves correctly for private repository extensions
- Copilot skills frontmatter mode — Removed unsupported frontmatter mode that was breaking Copilot skills integration
- Skipped files tracking — speckit.manifest.json now properly records skipped files during builds
New
- Workflow continue_on_error — Step field added to allow non-halting failures in workflow execution
- Product Forge extension — Updated to v1.6.0 with latest capabilities
- Agent parity governance — Preset catalog entry updated for improved governance alignment
Internal
- Integration commands refactored and co-located in integrations/ domain directory
- .editorconfig added for consistent code formatting across the project
Update: uv tool install specify-cli --from git+https://github.com/github/spec-kit.git@v0.9.2
Source: Spec Kit