claude-nomad 0.56.1 → 0.56.2

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/nomad.mjs +555 -394
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.56.2](https://github.com/funkadelic/claude-nomad/compare/v0.56.1...v0.56.2) (2026-07-01)
4
+
5
+
6
+ ### Fixed
7
+
8
+ * **pull:** retain unpushed local work and surface it in the preview ([#376](https://github.com/funkadelic/claude-nomad/issues/376)) ([3f70019](https://github.com/funkadelic/claude-nomad/commit/3f70019c89ccd77726e6330d9623e106bb9ff69c))
9
+
10
+ What this means: `nomad pull` no longer discards work you have not pushed
11
+ yet. Chat sessions, subagent history, and memory files that exist only on
12
+ this machine now survive a pull, and a synced file you have edited locally
13
+ (a project's `.planning` notes or its `CLAUDE.md`) is kept instead of being
14
+ overwritten when it differs from the incoming copy, with a note to push and
15
+ reconcile. `nomad diff` and `pull --dry-run` now show the count of retained
16
+ local-only items and the keep-local warning, where before they reported
17
+ `clean` / `0 collisions`.
18
+
3
19
  ## [0.56.1](https://github.com/funkadelic/claude-nomad/compare/v0.56.0...v0.56.1) (2026-06-30)
4
20
 
5
21