Commit 0ee37d9
release: stage v1.0.3 — the resolver fix, ready to tag
The FT-MR11 fix has been on main since 823533e but is NOT on npm: the version
was never bumped, so Release (which triggers on `push: tags: v*` and verifies
the tag against packages/cli/package.json) never had a tag to fire on. The green
runs since that merge were CI, not a publish. Until this ships, every session
still loads the 1.0.2 binary and still gets the doubled `memory/memory/` paths.
Bumps packages/cli to 1.0.3 — the only package Release publishes — and carves
the two FT-MR11 entries out of [Unreleased] into a dated [1.0.3] section. The
rest of [Unreleased] is left alone: it narrates the monorepo consolidation that
already shipped as 1.0.0, and re-dating someone else's section is not this
change's business. Worth noting the CHANGELOG has never carried a released
version heading despite three releases; [1.0.3] is the first.
To ship (both steps are yours — a registry push is not mine to make):
git tag -a v1.0.3 -m "loadout-os v1.0.3 - FT-MR11 resolver fix"
git push origin v1.0.3
Release then builds, bundles the CLI, tests, npm-packs dry-run, publishes with
OIDC provenance, and cuts the GitHub Release.
@mcptoolshop/claude-memories carries the same source fix and is NOT republished
by this workflow, which only publishes -w packages/cli. The CLI bundle is what
the UserPromptSubmit hook loads, so shipping this is what repairs live sessions;
the standalone memories package stays on its old version until someone needs it.
Verify: 383 tests across all four packages, 0 fail, exit 0.
Identity scan: RESULT CLEAN.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>1 parent d38e6ba commit 0ee37d9
2 files changed
Lines changed: 26 additions & 22 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
8 | 33 | | |
9 | 34 | | |
10 | 35 | | |
| |||
45 | 70 | | |
46 | 71 | | |
47 | 72 | | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | 73 | | |
70 | 74 | | |
71 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments