@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.
- package/dist/bin.js +2 -0
- package/dist/bin.js.map +1 -1
- package/dist/templates/rules.ts +2 -0
- package/package.json +1 -1
package/dist/templates/rules.ts
CHANGED
|
@@ -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)
|