@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.
- package/README.md +1 -1
- 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
|
|
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