@webpieces/rules-config 0.4.556 → 0.4.558
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webpieces/rules-config",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.558",
|
|
4
4
|
"description": "Shared webpieces.config.json loader. Single source of truth for validation rule configuration consumed by @webpieces/ai-hook-rules, @webpieces/code-rules, and @webpieces/nx-webpieces-rules.",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "./src/index.js",
|
|
@@ -84,6 +84,7 @@ that denied `rm -rf node_modules && pnpm install` while allowing a bare `pnpm in
|
|
|
84
84
|
| 6 | pnpm exec wp-upgrade-shim | ALLOW |
|
|
85
85
|
| 7 | cp node_modules/@webpieces/ai-hook-rules/templates/ai-hook.sh .claude/webpieces/ai-hook.sh | ALLOW |
|
|
86
86
|
| 8 | pnpm exec wp-install-ai-hooks (flags allowed, e.g. --target=project) | ALLOW |
|
|
87
|
+
| 9 | read-only orientation: pwd, git status/log/diff/show/branch/rev-parse, git worktree list | ALLOW |
|
|
87
88
|
|
|
88
89
|
- **PASS** — L0 has no objection; the call falls THROUGH so the downstream guards still judge it.
|
|
89
90
|
- **ALLOW** — terminal; bypasses everything, because a cure must stay reachable even when a
|