OpenSpec v0.8.1: CLI Version Validation Fix

OpenSpec 0.8.1 patches a CLI version mismatch and adds a release guard to validate tarball versions match package.json.

OpenSpec v0.8.1: CLI Version Validation Fix

TL;DR

  • Fixed CLI version mismatch between package.json and runtime
  • Added release guard to validate packed tarball versions match

Fixed

  • CLI version mismatchopenspec --version now correctly reports the same version as package.json in the packed tarball
  • Release validation guard — new check ensures version consistency during builds, preventing mismatched releases from shipping

Update: npm install -g openspec@0.8.1

Source: OpenSpec