Skip to content

Commit c8da54e

Browse files
mcp-tool-shopclaude
andcommitted
release(v1.0.1): logo on the npm README (absolute raw-GitHub URL)
The npm package ships packages/cli/README.md (the CLI's README), and npm does not render relative image paths — so the logo never showed on the npm page. Added the logo to packages/cli/README.md with an absolute https://raw.githubusercontent.com/.../main/logo.png URL (repo is public, logo.png tracked at root). Bumped cli 1.0.0 -> 1.0.1; CHANGELOG entry. The published bundle is unchanged (README + version only). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 5748411 commit c8da54e

4 files changed

Lines changed: 13 additions & 5 deletions

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
99
> history (workspace wiring, the runtime hook, the adapters), see the
1010
> [root CHANGELOG](../../CHANGELOG.md).
1111
12-
## [Unreleased]
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
1321

1422
### Added
1523

@@ -22,5 +30,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
2230
compensator); plus `hook test`.
2331
- Per-command `--help` (synopsis, arguments, flags, example, exit codes) for every leaf
2432
command.
25-
26-
<!-- ## [1.0.0] - YYYY-MM-DD -->

packages/cli/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<p align="center"><img src="https://raw.githubusercontent.com/mcp-tool-shop-org/loadout-os/main/logo.png" alt="loadout-os" width="320"></p>
2+
13
# @mcptoolshop/loadout-os
24

35
The unified **Knowledge OS** CLI. One `loadout-os` binary that wraps the three

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mcptoolshop/loadout-os",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"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.",
55
"license": "MIT",
66
"author": "mcp-tool-shop",

0 commit comments

Comments
 (0)