@sigmashake/ssg 0.7.1 → 0.8.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -115,7 +115,7 @@ See `RULE_SYNTAX.md` for full DSL reference.
115
115
  name = "sigmashake-gov"
116
116
 
117
117
  [api]
118
- url = "" # Set via SSGOV_API_URL env var
118
+ url = "" # Set via SSG_API_URL env var
119
119
 
120
120
  [dashboard]
121
121
  port = 5599
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sigmashake/ssg",
3
- "version": "0.7.1",
3
+ "version": "0.8.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": {