@sigmashake/ssg 0.12.2 → 0.12.4

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
@@ -153,7 +153,7 @@ Rules from `.sigmashake/rules/*.rules` are loaded fresh on every `ssg eval` invo
153
153
 
154
154
  ssg enforces governance for multiple AI coding agents from a single rule set:
155
155
 
156
- - **Claude Code**: PreToolUse hook in `.claude/hooks/ssg-check.sh` — pipes tool calls to `./ssg eval`
156
+ - **Claude Code**: PreToolUse hook in `ssg hook eval` — pipes tool calls to `./ssg eval`
157
157
 
158
158
  Both agents share the same rules from `.sigmashake/rules/` and log to the same SQLite audit database.
159
159
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sigmashake/ssg",
3
- "version": "0.12.2",
3
+ "version": "0.12.4",
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": {