chore: pin openspec CLI to repo-local 1.5.0 - #13
Conversation
- root package.json/package-lock.json pins @fission-ai/openspec ^1.5.0 - scripts/check.sh and CI now call npx --no-install openspec - CI installs node deps via npm ci instead of a global 1.3.1 install - no openspec 'stores' config adopted; validator pin only
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (5)
📝 WalkthroughSummary by CodeRabbit
WalkthroughThis PR replaces the global installation of the openspec CLI with a locally declared npm dependency. A new package.json declares ChangesOpenSpec Dependency Migration
Estimated code review effort: 1 (Trivial) | ~5 minutes Poem
✨ Finishing Touches📝 Generate docstrings
Comment |
Pins the openspec validator repo-locally instead of relying on a global PATH install (previously 1.3.1, npm latest 1.5.0).
package.json/package-lock.jsonpin@fission-ai/openspec@^1.5.0.scripts/check.shand.github/workflows/ci.ymlnow invokenpx --no-install openspec ...instead of bareopenspec.npm ciinstead of a globalnpm install -g ... @1.3.1.Verification:
./scripts/check.shpasses end-to-end;npx --no-install openspec --versionprints1.5.0.GitHub Actions is billing-blocked in this repo; local gate is the real check.