docs: record v1 RC tooling compatibility

This commit is contained in:
2026-08-24 15:33:34 -04:00
parent 6df87bc958
commit 74b6213e65
7 changed files with 25 additions and 15 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ root=$(CDPATH= cd -- "$(dirname -- "${BASH_SOURCE[0]}")/.." && pwd)
cd "$root"
node scripts/validate-skill.js
go run ./scripts/package-skill.go
(cd editors/vscode && npm run verify)
(cd editors/vscode && npm ci && npm run verify)
first_sbom=$(mktemp)
second_sbom=$(mktemp)
trap 'rm -f -- "$first_sbom" "$second_sbom"' EXIT