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)