@mcptoolshop/loadout-os 1.0.0 → 1.0.1
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 +9 -3
- package/README.md +2 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -9,7 +9,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
|
|
|
9
9
|
> history (workspace wiring, the runtime hook, the adapters), see the
|
|
10
10
|
> [root CHANGELOG](../../CHANGELOG.md).
|
|
11
11
|
|
|
12
|
-
## [
|
|
12
|
+
## [1.0.1] - 2026-06-16
|
|
13
|
+
|
|
14
|
+
### Fixed
|
|
15
|
+
|
|
16
|
+
- npm README now renders the loadout-os logo (absolute raw-GitHub URL — npm does not
|
|
17
|
+
resolve relative image paths). README + version only; the published bundle is
|
|
18
|
+
unchanged from 1.0.0.
|
|
19
|
+
|
|
20
|
+
## [1.0.0] - 2026-06-16
|
|
13
21
|
|
|
14
22
|
### Added
|
|
15
23
|
|
|
@@ -22,5 +30,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
|
|
|
22
30
|
compensator); plus `hook test`.
|
|
23
31
|
- Per-command `--help` (synopsis, arguments, flags, example, exit codes) for every leaf
|
|
24
32
|
command.
|
|
25
|
-
|
|
26
|
-
<!-- ## [1.0.0] - YYYY-MM-DD -->
|
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mcptoolshop/loadout-os",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Unified Knowledge OS CLI — wraps ai-loadout (kernel) + claude-memories + claude-rules and absorbs the operational rituals (doctor, report, refresh) into one loadout-os binary.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "mcp-tool-shop",
|