@webpieces/rules-config 0.4.721 → 0.4.722

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.721",
3
+ "version": "0.4.722",
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",
@@ -46,7 +46,9 @@ the option you pick EXACTLY as written and run nothing else on that line.
46
46
 
47
47
  ### `U` — guard bin missing AND @webpieces/ai-hook-rules is not declared in package.json
48
48
 
49
- - **Option 1 (preferred)**: `pnpm add -D @webpieces/ai-hook-rules` ← pick this when this fault fires at all — package.json asks for nothing, so pnpm install reports "Lockfile is up to date" and leaves the tree exactly as broken as it found it
49
+ - **Option 1 (preferred)**: `git checkout main && git pull origin main` ← pick this when @webpieces/ai-hook-rules arrives WITH the umbrella, so a tree that is behind explains this without anything being mis-declared sync first, then install
50
+ - **Option 2**: `pnpm install` ← pick this when the sync (or a raised catalog pin in pnpm-workspace.yaml, which is editable while the block is up) gave the installer something new to do — a BARE install with nothing changed reports "Lockfile is up to date" and leaves the tree as broken as it found it
51
+ - **Option 3**: `pnpm add -D @webpieces/ai-hook-rules` ← pick this when nothing else worked and you need this session back — it is a session unblock, NOT a fix: revert it with 'pnpm remove @webpieces/ai-hook-rules' before committing, because a direct root dependency on it violates the umbrella rule
50
52
 
51
53
  ### `K` — guard bin present but CRASHED (exit code not 0 or 2 — corrupt node_modules)
52
54