Skip to content

v0.20.0 - Verify Command

Choose a tag to compare

@openspec-release-bot openspec-release-bot released this 14 Jan 06:50
· 120 commits to main since this release
ed2e832

What's New in v0.20.0

This release adds validation tooling and fixes several workflow issues.

New

  • Verify command - Validate that your implementation matches the spec with /opsx:verify. Catches drift between what you planned and what got built.

Fixed

  • Vitest no longer spawns process storms—worker parallelism is now capped
  • Agent workflows use non-interactive mode for validation commands
  • PowerShell completions generator now produces valid syntax (removed trailing commas)