@webpieces/rules-config 0.4.623 → 0.4.625
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.625",
|
|
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",
|
|
@@ -48,7 +48,7 @@ the option you pick EXACTLY as written and run nothing else on that line.
|
|
|
48
48
|
|
|
49
49
|
### `S` — a webpieces-managed hook file, the .claude/settings.json registration or its managed env entry does not match this release
|
|
50
50
|
|
|
51
|
-
- **Option 1 (preferred)**: `pnpm exec wp-upgrade-shim` ← pick this when this fault fires at all — it is the only cure that repairs all
|
|
51
|
+
- **Option 1 (preferred)**: `pnpm exec wp-upgrade-shim` ← pick this when this fault fires at all — it is the only cure that repairs all three managed things (ai-hook.sh, the settings.json registration and its managed env entry), and it also deletes the retired guarantee-root.sh and any entry still naming it, and it touches no config; needs installed @webpieces/ai-hook-rules 0.4.408 or newer
|
|
52
52
|
- **Option 2**: `cp node_modules/@webpieces/ai-hook-rules/templates/ai-hook.sh .claude/webpieces/ai-hook.sh` ← pick this when the installed @webpieces/ai-hook-rules is OLDER than 0.4.408, so wp-upgrade-shim does not exist yet — it is PARTIAL (it repairs ai-hook.sh and NOTHING else), so upgrade @webpieces afterwards and run Option 1 to finish
|
|
53
53
|
|
|
54
54
|
### `C` — webpieces.config.json missing
|