@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 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: journal, drift, status, validation
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)