@webpieces/rules-config 0.4.676 → 0.4.678

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.676",
3
+ "version": "0.4.678",
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",
@@ -93,16 +93,17 @@ that denied `rm -rf node_modules && pnpm install` while allowing a bare `pnpm in
93
93
  |---|---|---|
94
94
  | 1 | any Read | PASS |
95
95
  | 2 | a Write/Edit whose target is webpieces.config.json | PASS |
96
- | 3 | pnpm|npm install | ALLOW |
97
- | 4 | rm -rf node_modules && pnpm install - the cure for a CORRUPT node_modules | ALLOW |
98
- | 5 | git fetch - a bare git pull and git merge are NOT on the list | ALLOW |
99
- | 6 | git checkout main && git pull origin main | ALLOW |
100
- | 7 | pnpm exec wp-upgrade-shim | ALLOW |
101
- | 8 | cp node_modules/@webpieces/ai-hook-rules/templates/ai-hook.sh .claude/webpieces/ai-hook.sh | ALLOW |
102
- | 9 | pnpm wp-prune-unknown-config | ALLOW |
103
- | 10 | pnpm exec wp-install-ai-hooks (flags allowed, e.g. --target=project) | ALLOW |
104
- | 11 | pnpm add -D @webpieces/ai-hook-rules (an @version and extra flags allowed) | ALLOW |
105
- | 12 | read-only orientation: pwd, git status/log/diff/show/branch/rev-parse, git worktree list | ALLOW |
96
+ | 3 | a Write/Edit whose target is a tree ROOT's pnpm-workspace.yaml or package.json - the version pin | PASS |
97
+ | 4 | pnpm|npm install | ALLOW |
98
+ | 5 | rm -rf node_modules && pnpm install - the cure for a CORRUPT node_modules | ALLOW |
99
+ | 6 | git fetch - a bare git pull and git merge are NOT on the list | ALLOW |
100
+ | 7 | git checkout main && git pull origin main | ALLOW |
101
+ | 8 | pnpm exec wp-upgrade-shim | ALLOW |
102
+ | 9 | cp node_modules/@webpieces/ai-hook-rules/templates/ai-hook.sh .claude/webpieces/ai-hook.sh | ALLOW |
103
+ | 10 | pnpm wp-prune-unknown-config | ALLOW |
104
+ | 11 | pnpm exec wp-install-ai-hooks (flags allowed, e.g. --target=project) | ALLOW |
105
+ | 12 | pnpm add -D @webpieces/ai-hook-rules (an @version and extra flags allowed) | ALLOW |
106
+ | 13 | read-only orientation: pwd, git status/log/diff/show/branch/rev-parse, git worktree list | ALLOW |
106
107
 
107
108
  - **PASS** — L0 has no objection; the call falls THROUGH so the downstream guards still judge it.
108
109
  - **ALLOW** — terminal; bypasses everything, because a cure must stay reachable even when a