claude-nomad 0.45.0 → 0.46.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/dist/nomad.mjs +1651 -1573
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.46.0](https://github.com/funkadelic/claude-nomad/compare/v0.45.0...v0.46.0) (2026-06-08)
4
+
5
+
6
+ ### Added
7
+
8
+ * **doctor:** show a progress spinner while checks run ([#266](https://github.com/funkadelic/claude-nomad/issues/266)) ([148ee4d](https://github.com/funkadelic/claude-nomad/commit/148ee4dba75224a3d98059f48130c0bc4daab55f))
9
+ * **recovery:** show masked secret context in push recovery prompts ([#263](https://github.com/funkadelic/claude-nomad/issues/263)) ([d1de449](https://github.com/funkadelic/claude-nomad/commit/d1de449c183943a9e8efbadc354f20b7a6408c57))
10
+
11
+
12
+ ### Fixed
13
+
14
+ * **links:** skip dry-run create event for already-correct symlinks ([#261](https://github.com/funkadelic/claude-nomad/issues/261)) ([4e32146](https://github.com/funkadelic/claude-nomad/commit/4e321463254d336786d4d7397ae0a0fdeb3274ae))
15
+
16
+
17
+ ### Changed
18
+
19
+ * **summary:** drop glyph and "summary:" prefix from grouped-tree row ([#265](https://github.com/funkadelic/claude-nomad/issues/265)) ([5e87a18](https://github.com/funkadelic/claude-nomad/commit/5e87a183272ca3de27a80c0fd9e66089b11a4c64))
20
+
21
+
22
+ ### Testing
23
+
24
+ * **recovery:** correct two inaccurate comments in recovery context tests ([#264](https://github.com/funkadelic/claude-nomad/issues/264)) ([371c43d](https://github.com/funkadelic/claude-nomad/commit/371c43dc6873b9c1d81ef477f535c47f47826e97))
25
+
3
26
  ## [0.45.0](https://github.com/funkadelic/claude-nomad/compare/v0.44.1...v0.45.0) (2026-06-07)
4
27
 
5
28