Skip to content

v2.1.0

Latest

Choose a tag to compare

@teeyo teeyo released this 09 Jul 12:52

[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-checks spec.md, plan.md, and tasks.md for 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.
  • analyze added as a valid stage value in the shared config's features: tracker.

Changed

  • Resuming a feature whose stage is still tasks now checks whether any tasks are already checked off: if implementation was already started and paused partway, continue resumes 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, main branch zip, or a pinned release tag) instead of cloning the bare repository URL.