@webpieces/rules-config 0.3.257 → 0.3.259

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.3.257",
3
+ "version": "0.3.259",
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",
@@ -6,9 +6,14 @@ A clean dependency graph keeps you out of huge trouble later.
6
6
 
7
7
  If you are a human, simply run these commands:
8
8
  * nx run architecture:visualize - to see the new dependencies and validate that change is desired
9
- * nx run architecture:generate - updates the dep graph
9
+ * nx run architecture:generate - updates the dep graph (also regenerates the committed, clickable `architecture/dependencies.html`)
10
10
  * git diff architecture/dependencies.json - to see the deps changes you made
11
11
 
12
+ The committed `architecture/dependencies.html` is a clickable map: each box with a
13
+ generated DI design links to that project's `design.html` (regenerated next to its
14
+ `design.json`/`design.md`), so you can click into any module to see the exact DI graph
15
+ the AI sees.
16
+
12
17
  **READ THIS FILE FIRST before making any changes!**
13
18
 
14
19
  ## ⚠️ CRITICAL WARNING ⚠️