@node9/proxy 1.0.19 → 1.1.1

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
@@ -83,7 +83,7 @@ Node9 doesn't just "cut the wire." When a command is blocked, it injects a **Str
83
83
 
84
84
  ### ⏪ Shadow Git Snapshots (Auto-Undo)
85
85
 
86
- Node9 takes a silent, lightweight Git snapshot before every AI file edit. If the AI hallucinates and breaks your code, run `node9 undo` to instantly revert — with a full diff preview before anything changes.
86
+ Node9 takes a silent, lightweight Git snapshot before every AI file edit. Snapshots are stored in an isolated shadow bare repo at `~/.node9/snapshots/` — your project's `.git` is never touched, and no existing git setup is required. If the AI hallucinates and breaks your code, run `node9 undo` to instantly revert — with a full diff preview before anything changes.
87
87
 
88
88
  ```bash
89
89
  # Undo the last AI action (shows diff + asks confirmation)
@@ -93,6 +93,8 @@ node9 undo
93
93
  node9 undo --steps 3
94
94
  ```
95
95
 
96
+ The last 10 snapshots are kept globally across all sessions in `~/.node9/snapshots.json`. Older snapshots are dropped as new ones are added.
97
+
96
98
  ---
97
99
 
98
100
  ## 🎮 Try it Live