From 5b6fecf41604a9ce41797152a807e5f0b7fa70fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ullrich=20Sch=C3=A4fer?= Date: Fri, 8 May 2026 02:35:10 +0200 Subject: [PATCH] ci: fix openspec package name The npm package `openspec` is an unrelated 0.0.0 placeholder; the real CLI ships as `@fission-ai/openspec`. Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d3cbff7..29b0f79 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: - uses: actions/setup-node@v6 with: node-version: 24 - - run: npx -y openspec@1.2.0 validate --all --strict --no-interactive + - run: npx -y @fission-ai/openspec@1.2.0 validate --all --strict --no-interactive typecheck: name: Typecheck