claude-nomad 0.35.0 → 0.37.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 +42 -0
- package/README.md +22 -936
- package/dist/nomad.mjs +372 -250
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,47 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.37.0](https://github.com/funkadelic/claude-nomad/compare/v0.36.0...v0.37.0) (2026-06-02)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Added
|
|
7
|
+
|
|
8
|
+
* **docs:** create documentation site ([#216](https://github.com/funkadelic/claude-nomad/issues/216)) ([6b9a2b0](https://github.com/funkadelic/claude-nomad/commit/6b9a2b0ae8658f6770aaeb779da1b8d8c18bf18c))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Fixed
|
|
12
|
+
|
|
13
|
+
* **docs:** base-qualify landing page hero links ([#217](https://github.com/funkadelic/claude-nomad/issues/217)) ([67f279c](https://github.com/funkadelic/claude-nomad/commit/67f279cf66073986a5d51192403fa568e10cdd00))
|
|
14
|
+
* **push:** close gitleaks leak-recovery coverage gaps ([#218](https://github.com/funkadelic/claude-nomad/issues/218)) ([2e6b53c](https://github.com/funkadelic/claude-nomad/commit/2e6b53c86ce0d76c88da7d7d8ad8f33a2fed4c37))
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Changed
|
|
18
|
+
|
|
19
|
+
* **deps-dev:** bump the dev-dependencies group with 7 updates ([#214](https://github.com/funkadelic/claude-nomad/issues/214)) ([41c48d1](https://github.com/funkadelic/claude-nomad/commit/41c48d1e74ff02377046cdb8e7b165a762e1c242))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Documentation
|
|
23
|
+
|
|
24
|
+
* docs-site accuracy, theming, and fork-era terminology cleanup ([#219](https://github.com/funkadelic/claude-nomad/issues/219)) ([a50c9a4](https://github.com/funkadelic/claude-nomad/commit/a50c9a4c2e2c7df268eef25421c506d8f5da1681))
|
|
25
|
+
|
|
26
|
+
## [0.36.0](https://github.com/funkadelic/claude-nomad/compare/v0.35.0...v0.36.0) (2026-06-01)
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
### Added
|
|
30
|
+
|
|
31
|
+
* **doctor:** require an HTTP fetcher (curl or wget) for the version check ([#210](https://github.com/funkadelic/claude-nomad/issues/210)) ([96b5a53](https://github.com/funkadelic/claude-nomad/commit/96b5a532e688cca9acebb1c6780d4106b2f21f5b))
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
### Changed
|
|
35
|
+
|
|
36
|
+
* **backup:** route backup-path writers through BACKUP_BASE ([#211](https://github.com/funkadelic/claude-nomad/issues/211)) ([7033c29](https://github.com/funkadelic/claude-nomad/commit/7033c29c9af76db029f44d0f1717ea1831ba122e))
|
|
37
|
+
* **tests:** label the test matrix jobs with the Node version ([#208](https://github.com/funkadelic/claude-nomad/issues/208)) ([3ada7e1](https://github.com/funkadelic/claude-nomad/commit/3ada7e12f38fc43f517842435b46c967c9312b25))
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
### Documentation
|
|
41
|
+
|
|
42
|
+
* **hero:** add hooks/, align glyph + terminal, tighten spacing ([#213](https://github.com/funkadelic/claude-nomad/issues/213)) ([d0bf93f](https://github.com/funkadelic/claude-nomad/commit/d0bf93f93fb21f65b8c5893b70bacbbf05d8ebe6))
|
|
43
|
+
* refresh contributor and user docs for recent changes ([#212](https://github.com/funkadelic/claude-nomad/issues/212)) ([d909097](https://github.com/funkadelic/claude-nomad/commit/d9090977fdf445316128ca9a0fefdec966105b58))
|
|
44
|
+
|
|
3
45
|
## [0.35.0](https://github.com/funkadelic/claude-nomad/compare/v0.34.1...v0.35.0) (2026-05-31)
|
|
4
46
|
|
|
5
47
|
|