@chrisdudek/yg 1.4.3 → 2.1.0
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/README.md +1 -7
- package/dist/bin.js +831 -561
- package/dist/bin.js.map +1 -1
- package/dist/templates/default-config.ts +12 -12
- package/dist/templates/rules.ts +91 -54
- package/graph-schemas/{aspect.yaml → yg-aspect.yaml} +5 -1
- package/graph-schemas/{config.yaml → yg-config.yaml} +15 -8
- package/graph-schemas/{flow.yaml → yg-flow.yaml} +1 -1
- package/graph-schemas/{node.yaml → yg-node.yaml} +10 -3
- package/package.json +3 -1
package/README.md
CHANGED
|
@@ -41,7 +41,7 @@ yg build-context --node orders/order-service
|
|
|
41
41
|
|
|
42
42
|
**Diagnostics:**
|
|
43
43
|
|
|
44
|
-
- `yg preflight [--quick]` — Unified diagnostic report:
|
|
44
|
+
- `yg preflight [--quick]` — Unified diagnostic report: drift, status, validation
|
|
45
45
|
|
|
46
46
|
**Reading and analysis:**
|
|
47
47
|
|
|
@@ -61,12 +61,6 @@ yg build-context --node orders/order-service
|
|
|
61
61
|
- `yg drift-sync --node <path> [--recursive]` — Record current file hash after resolving drift
|
|
62
62
|
- `yg drift-sync --all` — Sync all nodes with mappings in one command
|
|
63
63
|
|
|
64
|
-
**Session journal:**
|
|
65
|
-
|
|
66
|
-
- `yg journal-add --note "..." [--target <node-path>]` — Buffer a decision note
|
|
67
|
-
- `yg journal-read` — List pending journal entries
|
|
68
|
-
- `yg journal-archive` — Archive journal after consolidation
|
|
69
|
-
|
|
70
64
|
**Setup:**
|
|
71
65
|
|
|
72
66
|
- `yg init --platform <name>` — Initialize `.yggdrasil/` structure (once per repository)
|