claude-nomad 0.42.0 → 0.44.0

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 CHANGED
@@ -1,5 +1,36 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.44.0](https://github.com/funkadelic/claude-nomad/compare/v0.43.0...v0.44.0) (2026-06-05)
4
+
5
+
6
+ ### Added
7
+
8
+ * **eject:** add nomad eject offboarding command ([#250](https://github.com/funkadelic/claude-nomad/issues/250)) ([9b3c69f](https://github.com/funkadelic/claude-nomad/commit/9b3c69fb47dad561dee4beaed6ed55c172a0115a))
9
+
10
+
11
+ ### Fixed
12
+
13
+ * **docs-site:** restore aside and GFM table rendering on .mdx pages ([#247](https://github.com/funkadelic/claude-nomad/issues/247)) ([5ccbb27](https://github.com/funkadelic/claude-nomad/commit/5ccbb27e294ccfccd46f842250a88673692894a3))
14
+
15
+
16
+ ### Testing
17
+
18
+ * **pull:** freeze clock in freshStrandedBranch collision test ([#249](https://github.com/funkadelic/claude-nomad/issues/249)) ([e32b444](https://github.com/funkadelic/claude-nomad/commit/e32b444ceae38868d730fb45241cde6d04faf803))
19
+
20
+ ## [0.43.0](https://github.com/funkadelic/claude-nomad/compare/v0.42.0...v0.43.0) (2026-06-05)
21
+
22
+
23
+ ### Added
24
+
25
+ * **doctor:** summary verdict and output UX improvements ([#244](https://github.com/funkadelic/claude-nomad/issues/244)) ([46a8339](https://github.com/funkadelic/claude-nomad/commit/46a83394d1ff503db8dccb5a8b0ad59190da44cb))
26
+ * **doctor:** warn on hooks that break under symlinked dirs without --preserve-symlinks-main ([#246](https://github.com/funkadelic/claude-nomad/issues/246)) ([d9a4d20](https://github.com/funkadelic/claude-nomad/commit/d9a4d20b034920fe6fa4b1432d81fef361e6fbd2))
27
+
28
+
29
+ ### Documentation
30
+
31
+ * add features overview to README and feature tour page to docs site ([#242](https://github.com/funkadelic/claude-nomad/issues/242)) ([e45d63f](https://github.com/funkadelic/claude-nomad/commit/e45d63f9d78aef5fa9a7a2b243584e96e1e17aaf))
32
+ * **faq:** add entry for symlink-broken relative requires in hooks ([#245](https://github.com/funkadelic/claude-nomad/issues/245)) ([fa994fb](https://github.com/funkadelic/claude-nomad/commit/fa994fb9ded981f419623dba3f50cc0cd812f986))
33
+
3
34
  ## [0.42.0](https://github.com/funkadelic/claude-nomad/compare/v0.41.0...v0.42.0) (2026-06-04)
4
35
 
5
36
 
package/README.md CHANGED
@@ -21,6 +21,32 @@ survives different file paths and your secrets never ride along.
21
21
 
22
22
  **Full documentation: <https://funkadelic.github.io/claude-nomad/>**
23
23
 
24
+ ## Features
25
+
26
+ - **Sessions follow you across machines.** Start a conversation on your desktop, run
27
+ `claude --resume` on your laptop, and it is there. claude-nomad rewrites the machine-specific file
28
+ paths Claude Code embeds in every transcript, so history survives projects living at different
29
+ paths on different hosts.
30
+ - **One shared setup, per-machine exceptions.** Agents, skills, slash commands, rules, hooks, and
31
+ your `CLAUDE.md` live in one place and follow you everywhere. Settings merge a shared base with a
32
+ per-host override, so one machine can run a different model or MCP URL without forking the rest.
33
+ - **Every push is secret-scanned.** Only an explicit allow-list of paths ever leaves the machine,
34
+ credentials never sync, and gitleaks scans the exact files about to be published. The push aborts
35
+ on any hit, with an interactive menu to redact, allow, or drop the finding.
36
+ - **Preview before you trust it.** `nomad diff` shows offline what a pull would change, and
37
+ `--dry-run` on pull and push prints the plan without writing anything.
38
+ - **One command tells you what is wrong.** `nomad doctor` is a read-only health check: wedged sync
39
+ repo, broken hook references, hooks that would crash on session start because of a missing
40
+ `--preserve-symlinks-main` flag, version drift, oversized backup cache, each with a fix hint.
41
+ - **Self-healing sync.** Every overwrite is backed up first, and `nomad pull --force-remote`
42
+ recovers a sync repo stuck mid-rebase while parking your stranded work on a branch, refusing
43
+ entirely if shared config is at risk.
44
+ - **Easy off.** `nomad eject` replaces every managed `~/.claude/` symlink with a real copy in one
45
+ step, so your setup keeps working after you delete the sync checkout and uninstall the CLI.
46
+
47
+ See the [full feature tour](https://funkadelic.github.io/claude-nomad/features/) for the rest:
48
+ opt-in per-project sync, transcript redaction, backup pruning, and more.
49
+
24
50
  ## Quickstart
25
51
 
26
52
  **First host** (once, ever):