@sigmashake/ssg 0.12.13 → 0.12.15
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/README.md +2 -0
- package/package.json +9 -7
- package/ssg +0 -0
package/README.md
CHANGED
|
@@ -12,6 +12,7 @@ The [`rules-typescript`](https://hub.sigmashake.com) ruleset on the SigmaShake H
|
|
|
12
12
|
|
|
13
13
|
```
|
|
14
14
|
rule no-sourcemap-in-tsconfig {
|
|
15
|
+
enabled true
|
|
15
16
|
priority 95
|
|
16
17
|
severity error
|
|
17
18
|
DENY write
|
|
@@ -114,6 +115,7 @@ See `ARCHITECTURE.md` for full system diagrams and performance budget.
|
|
|
114
115
|
|
|
115
116
|
```
|
|
116
117
|
rule no-destructive-ops {
|
|
118
|
+
enabled true
|
|
117
119
|
priority 100
|
|
118
120
|
severity error
|
|
119
121
|
DENY execution
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sigmashake/ssg",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.15",
|
|
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": {
|
|
@@ -14,11 +14,11 @@
|
|
|
14
14
|
"README.md"
|
|
15
15
|
],
|
|
16
16
|
"optionalDependencies": {
|
|
17
|
-
"@sigmashake/ssg-linux-x64": "
|
|
18
|
-
"@sigmashake/ssg-linux-arm64": "
|
|
19
|
-
"@sigmashake/ssg-darwin-arm64": "
|
|
20
|
-
"@sigmashake/ssg-darwin-x64": "
|
|
21
|
-
"@sigmashake/ssg-win32-x64": "
|
|
17
|
+
"@sigmashake/ssg-linux-x64": "0.12.15",
|
|
18
|
+
"@sigmashake/ssg-linux-arm64": "0.12.15",
|
|
19
|
+
"@sigmashake/ssg-darwin-arm64": "0.12.15",
|
|
20
|
+
"@sigmashake/ssg-darwin-x64": "0.12.15",
|
|
21
|
+
"@sigmashake/ssg-win32-x64": "0.12.15"
|
|
22
22
|
},
|
|
23
23
|
"scripts": {
|
|
24
24
|
"postinstall": "node ./bin/cleanup-globals.cjs",
|
|
@@ -112,5 +112,7 @@
|
|
|
112
112
|
"urlpattern-polyfill": "10.1.0",
|
|
113
113
|
"vite": "8.0.1"
|
|
114
114
|
},
|
|
115
|
-
"dependencies": {
|
|
115
|
+
"dependencies": {
|
|
116
|
+
"re2": "^1.24.0"
|
|
117
|
+
}
|
|
116
118
|
}
|
package/ssg
CHANGED
|
Binary file
|