@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/bin.js
CHANGED
|
@@ -182,6 +182,8 @@ STOP. Do not modify the code. First determine: **Is this greenfield or existing
|
|
|
182
182
|
* **Option 2: Blackbox Coverage:** Create a \`blackbox: true\` node to establish ownership without deep semantic exploration.
|
|
183
183
|
* **Option 3: Abort/Change Plan:** Do not touch the file.
|
|
184
184
|
|
|
185
|
+
**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 \u2014 they depend on them.
|
|
186
|
+
|
|
185
187
|
---
|
|
186
188
|
|
|
187
189
|
## 4. WORKFLOW: MODIFYING THE GRAPH & BLAST RADIUS (Graph-First)
|