@sigmashake/ssg 0.6.4 → 0.7.0
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 +4 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sigmashake/ssg",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.7.0",
|
|
4
4
|
"description": "AI Agent Governance CLI — evaluate tool calls against rules, block dangerous operations, and surface blocked commands",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -41,17 +41,12 @@
|
|
|
41
41
|
"build:lsp": "bun build --compile tools/lsp/index.ts --outfile tools/lsp/ssg-lsp",
|
|
42
42
|
"build:oracle": "bun build --compile tools/oracle/index.ts --outfile tools/oracle/oracle",
|
|
43
43
|
"build:tools": "bun run build:demo-recorder && bun run build:docs && bun run build:lsp && bun run build:oracle",
|
|
44
|
-
"demo:record": "bun run tools/demo-recorder/index.ts --all
|
|
45
|
-
"demo:record:live": "bun run tools/demo-recorder/index.ts --all --gif --live",
|
|
46
|
-
"demo:record:real": "bun run tools/demo-recorder/index.ts --all --real",
|
|
47
|
-
"demo:record:gif": "bun run tools/demo-recorder/index.ts --all --gif",
|
|
48
|
-
"demo:record:gif:live": "bun run tools/demo-recorder/index.ts --all --gif --live",
|
|
44
|
+
"demo:record": "bun run tools/demo-recorder/index.ts --all",
|
|
49
45
|
"demo:single": "bun run tools/demo-recorder/index.ts --ruleset",
|
|
50
|
-
"demo:single:real": "bun run tools/demo-recorder/index.ts --real --ruleset",
|
|
51
46
|
"demo:list": "bun run tools/demo-recorder/index.ts --list",
|
|
52
47
|
"demo:dry-run": "bun run tools/demo-recorder/index.ts --all --dry-run",
|
|
53
|
-
"demo:
|
|
54
|
-
"demo:
|
|
48
|
+
"demo:guided": "bash tools/demo-recorder/guided-demo.sh",
|
|
49
|
+
"demo:guided:record": "bun run tools/demo-recorder/index.ts --all --guided"
|
|
55
50
|
},
|
|
56
51
|
"keywords": [
|
|
57
52
|
"ai",
|