fix: bump memory/queue/storage to 0.0.4 to force republish #423
Reference in New Issue
Block a user
Delete Branch "fix/bump-stale-memory-queue-storage"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Third correction wave for the same systemic publish-skip bug (after PR #421 for macp and PR #422 for brain/forge/log).
Problem
mosaic --helpcrashes afternpm i -g @mosaicstack/mosaic@latestwith:Registry copies of
@mosaicstack/memory@0.0.3,@mosaicstack/queue@0.0.3, and@mosaicstack/storage@0.0.3were built and published before M5 added theirregisterXCommandexports. Because source changed without a version bump, the publish workflow silently skipped them.Fix
@mosaicstack/memory0.0.3 → 0.0.4@mosaicstack/queue0.0.3 → 0.0.4@mosaicstack/storage0.0.3 → 0.0.4@mosaicstack/mosaic0.0.23 → 0.0.24 (deps changed)Verification
pnpm typecheck— all 38 tasks passpnpm lint— all 21 tasks passpnpm format:check— cleanpnpm test— memory/queue/storage/mosaic all green (mosaic: 162/162)npm i -g @mosaicstack/mosaic@latest && mosaic --helpexits 0🤖 Generated with Claude Code