claude-nomad 0.53.2 → 0.53.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/CHANGELOG.md +7 -0
- package/README.md +1 -1
- package/dist/nomad.mjs +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.53.3](https://github.com/funkadelic/claude-nomad/compare/v0.53.2...v0.53.3) (2026-06-26)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Changed
|
|
7
|
+
|
|
8
|
+
* **docs-site:** upgrade to Astro 7 and Starlight 0.41 ([#340](https://github.com/funkadelic/claude-nomad/issues/340)) ([d0ab419](https://github.com/funkadelic/claude-nomad/commit/d0ab4196af16871c1c38f5ce27a5cc6c6f751576))
|
|
9
|
+
|
|
3
10
|
## [0.53.2](https://github.com/funkadelic/claude-nomad/compare/v0.53.1...v0.53.2) (2026-06-26)
|
|
4
11
|
|
|
5
12
|
|
package/README.md
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
|
|
12
12
|
**Your entire Claude Code setup, on every machine. History included, every push secret-scanned.**
|
|
13
13
|
|
|
14
|
-
Open Claude Code on a second machine and it is a blank slate: none of your custom
|
|
14
|
+
Open Claude Code on a second machine and it is a blank slate: none of your custom skills, slash
|
|
15
15
|
commands, tuned settings, or past conversations. **claude-nomad** keeps all of it in sync through a
|
|
16
16
|
private Git repo you control. `nomad push` on one machine, `nomad pull` on the next, and everything
|
|
17
17
|
is there, conversations included.
|
package/dist/nomad.mjs
CHANGED
|
@@ -6918,7 +6918,7 @@ function parsePushArgs(argv) {
|
|
|
6918
6918
|
// package.json
|
|
6919
6919
|
var package_default = {
|
|
6920
6920
|
name: "claude-nomad",
|
|
6921
|
-
version: "0.53.
|
|
6921
|
+
version: "0.53.3",
|
|
6922
6922
|
type: "module",
|
|
6923
6923
|
description: "Sync Claude Code config (~/.claude/) across machines via a private Git repo, with path remapping and per-host settings overrides.",
|
|
6924
6924
|
keywords: [
|
package/package.json
CHANGED