Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
# onto work that doesn't use it.
- name: OpenSpec structural validation
run: |
npm install -g @fission-ai/openspec@1.4.1
npm install -g @fission-ai/openspec@1.5.0
openspec validate --strict --all

- name: OpenSpec hygiene library unit tests
Expand Down
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ self-contained under `plugins/`.
specs / no active changes ⇒ no findings — so OpenSpec is never forced onto a PR that
doesn't use it (bug fixes / docs / config tweaks stay direct-PR per the routing table).
- The OpenSpec CLI is the npm package **`@fission-ai/openspec`** (CI pins
`@fission-ai/openspec@1.4.1`). The bare name `openspec` is an unrelated squatter that
`@fission-ai/openspec@1.5.0`). The bare name `openspec` is an unrelated squatter that
installs cleanly but ships **no `openspec` binary** (`command not found`) — always use
the scoped name to install/run the CLI.

Expand Down