@sigmashake/ssg 0.29.139 → 0.29.140

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sigmashake/ssg",
3
- "version": "0.29.139",
3
+ "version": "0.29.140",
4
4
  "description": "AI Agent Governance CLI — evaluate tool calls against rules, block dangerous operations, and surface blocked commands",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "type": "module",
@@ -15,11 +15,11 @@
15
15
  "sbom.cdx.json"
16
16
  ],
17
17
  "optionalDependencies": {
18
- "@sigmashake/ssg-linux-x64": "0.29.139",
19
- "@sigmashake/ssg-linux-arm64": "0.29.139",
20
- "@sigmashake/ssg-darwin-arm64": "0.29.139",
21
- "@sigmashake/ssg-darwin-x64": "0.29.139",
22
- "@sigmashake/ssg-win32-x64": "0.29.139"
18
+ "@sigmashake/ssg-linux-x64": "0.29.140",
19
+ "@sigmashake/ssg-linux-arm64": "0.29.140",
20
+ "@sigmashake/ssg-darwin-arm64": "0.29.140",
21
+ "@sigmashake/ssg-darwin-x64": "0.29.140",
22
+ "@sigmashake/ssg-win32-x64": "0.29.140"
23
23
  },
24
24
  "scripts": {
25
25
  "postinstall": "node ./bin/cleanup-globals.cjs",
@@ -52,6 +52,9 @@
52
52
  "test:linux": "bun test test/linux",
53
53
  "test:mac": "bun test test/mac",
54
54
  "test:windows": "bun test test/windows",
55
+ "coverage": "bun test test/*.test.ts test/commands/*.test.ts test/api/*.test.ts test/component/*.test.ts test/integration/*.test.ts test/configuration/*.test.ts test/conformance/*.test.ts test/regression/*.test.ts test/mac/*.test.ts --coverage --coverage-reporter=text --coverage-reporter=lcov --coverage-dir=coverage",
56
+ "coverage:batch": "bun run scripts/coverage-batch.ts",
57
+ "coverage:mac": "bun run scripts/coverage-mac.ts --min=80",
55
58
  "test:unit": "bun test test/engine.test.ts test/parser.test.ts test/parser-fuzz.test.ts test/evaluate_operators.test.ts test/rule.test.ts test/html.test.ts test/sanitize.test.ts test/mutex.test.ts test/rwlock.test.ts test/safe-fetch.test.ts",
56
59
  "test:integration": "bun test test/eval-integration.test.ts test/integration.test.ts test/notifications-integration.test.ts",
57
60
  "test:component": "bun test test/daemon.test.ts test/server.test.ts test/server-stability.test.ts",
@@ -99,6 +102,7 @@
99
102
  "build:rust-audit": "cd native/rust-audit && bash ../../../sigmashake-dist/scripts/power-gated.sh cargo build --release",
100
103
  "test:rust-audit": "cd native/rust-audit && bash ../../../sigmashake-dist/scripts/power-gated.sh cargo test",
101
104
  "build:native": "bun run build:rust && cd native && bash ../../sigmashake-dist/scripts/power-gated.sh zig build -Doptimize=ReleaseFast",
105
+ "test:native:hook": "cd native && bash ../../sigmashake-dist/scripts/power-gated.sh zig build hook-test",
102
106
  "build:native:linux-x64": "bash ../sigmashake-dist/scripts/build-native-target.sh linux-x64",
103
107
  "build:native:linux-arm64": "bash ../sigmashake-dist/scripts/build-native-target.sh linux-arm64",
104
108
  "build:native:darwin-arm64": "bash ../sigmashake-dist/scripts/build-native-target.sh darwin-arm64",