Releases: teeyo/spec-kit-multi-sites
Releases · teeyo/spec-kit-multi-sites
Release list
v2.1.0
[2.1.0] — 2026-07-09
Added
- New optional Analyze phase in
/speckit.multi-sites.continue, inserted between Tasks and Implement. After Tasks completes, the user can choose to run Analyze (cross-checksspec.md,plan.md, andtasks.mdfor uncovered requirements, orphan tasks, contradictions, and missing file changes, then lets the user resolve any findings) before Implement, or skip straight to Implement as before. analyzeadded as a validstagevalue in the shared config'sfeatures:tracker.
Changed
- Resuming a feature whose
stageis stilltasksnow checks whether any tasks are already checked off: if implementation was already started and paused partway,continueresumes Implement directly instead of re-asking Analyze vs. Implement. - Updated installation instructions to install from a GitHub release/branch zip archive (auto-resolved latest release,
mainbranch zip, or a pinned release tag) instead of cloning the bare repository URL.