@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
|
@@ -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.
|
|
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
|