claude-nomad 0.36.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 +23 -0
- package/README.md +22 -938
- package/dist/nomad.mjs +292 -198
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
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
|
+
|
|
3
26
|
## [0.36.0](https://github.com/funkadelic/claude-nomad/compare/v0.35.0...v0.36.0) (2026-06-01)
|
|
4
27
|
|
|
5
28
|
|