OpenSpec v0.17.2: Fix --no-interactive Flag
OpenSpec v0.17.2 fixes the --no-interactive flag to prevent spinner hangs in CI and pre-commit hooks.
TL;DR
- --no-interactive flag now works properly — spinner no longer hangs in pre-commit hooks and CI environments
- One-line patch that fixes a real pain point for automated workflows
Fixed
- --no-interactive flag in validate command — spinner was hanging in pre-commit hooks and CI environments; now properly disabled when flag is set
Update with: npm install openspec@0.17.2 or check the release page for your package manager.
Source: OpenSpec