@chrisdudek/yg 0.3.2 → 0.3.4

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.
@@ -107,6 +107,8 @@ STOP. Do not modify the code. First determine: **Is this greenfield or existing
107
107
  * **Option 2: Blackbox Coverage:** Create a \`blackbox: true\` node to establish ownership without deep semantic exploration.
108
108
  * **Option 3: Abort/Change Plan:** Do not touch the file.
109
109
 
110
+ **Reverse engineering order:** When reverse-engineering an area, create graph elements in this order: (1) aspects, (2) flows, (3) knowledge elements, (4) model nodes. Never create model nodes before cross-cutting rules and shared wisdom exist — they depend on them.
111
+
110
112
  ---
111
113
 
112
114
  ## 4. WORKFLOW: MODIFYING THE GRAPH & BLAST RADIUS (Graph-First)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chrisdudek/yg",
3
- "version": "0.3.2",
3
+ "version": "0.3.4",
4
4
  "description": "Make your repository self-aware. Persistent semantic memory and deterministic context assembly for AI agents.",
5
5
  "type": "module",
6
6
  "bin": {