@neocompose/cli 0.22.1 → 0.22.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neocompose/cli",
3
- "version": "0.22.1",
3
+ "version": "0.22.3",
4
4
  "description": "Neo Compose native project-source CLI with bidirectional sync.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -9,7 +9,7 @@ description: >-
9
9
  `@neocompose/cli` or `node cli/bin/neo.mjs` in the neo-compose repository.
10
10
  ---
11
11
 
12
- <!-- reviewed-through-cli: 0.22.1 -->
12
+ <!-- reviewed-through-cli: 0.22.3 -->
13
13
 
14
14
  # Neo Compose CLI
15
15
 
@@ -78,7 +78,7 @@ wrappers.
78
78
  The marker near the top of `SKILL.md` must exactly match the package version:
79
79
 
80
80
  ```html
81
- <!-- reviewed-through-cli: 0.22.1 -->
81
+ <!-- reviewed-through-cli: 0.22.3 -->
82
82
  ```
83
83
 
84
84
  The quoted version above is checked too, so this instruction cannot go stale
@@ -28,7 +28,9 @@ neo push --dry-run --force-recompile
28
28
  Use `neo pull --regenerate-source-names` to refresh readable naming while
29
29
  retaining normal merge behavior. Use `--reset` to regenerate canonical source
30
30
  and managed binaries. Use `--force` only to discard local edits for the server
31
- version.
31
+ version. Normal pulls persist a transaction cursor and fetch only changed
32
+ records; an undo/reset metadata change invalidates the cursor and causes a safe
33
+ full-snapshot fallback.
32
34
 
33
35
  Treat `neo push --dry-run` as a full local commit rehearsal: source emission,
34
36
  in-memory pending-ID assignment, transport shapes, hashes, and repeat