claude-nomad 0.56.0 → 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.
- package/CHANGELOG.md +28 -0
- package/dist/nomad.mjs +589 -410
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
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
|
+
|
|
19
|
+
## [0.56.1](https://github.com/funkadelic/claude-nomad/compare/v0.56.0...v0.56.1) (2026-06-30)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Fixed
|
|
23
|
+
|
|
24
|
+
* **push:** surface recovery hints for subagent-only leak findings ([#373](https://github.com/funkadelic/claude-nomad/issues/373)) ([07d74f8](https://github.com/funkadelic/claude-nomad/commit/07d74f8f1a595767ad651f9e7b3517dcc2e2012a))
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### Changed
|
|
28
|
+
|
|
29
|
+
* **release-please:** add workflow_dispatch for manual trigger ([#374](https://github.com/funkadelic/claude-nomad/issues/374)) ([e4436d7](https://github.com/funkadelic/claude-nomad/commit/e4436d7fc9b8700a088b10e94d424726b1e1b77c))
|
|
30
|
+
|
|
3
31
|
## [0.56.0](https://github.com/funkadelic/claude-nomad/compare/v0.55.1...v0.56.0) (2026-06-30)
|
|
4
32
|
|
|
5
33
|
|