From f9b278a76a31da50c465716de11b574c11e5a1c7 Mon Sep 17 00:00:00 2001 From: Jarvis Date: Sun, 5 Apr 2026 09:35:36 -0500 Subject: [PATCH] chore: bump memory/queue/storage to 0.0.4 to force republish MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Memory, queue, and storage registry copies at 0.0.3 are stale — they were built and published before M5 added registerMemoryCommand, registerQueueCommand, and registerStorageCommand to their src/index.ts. Because the source changed in M5 without a version bump, the publish workflow's "already published, skipping" tolerance silently left the old 0.0.3 tarballs in place. This is the same systemic bug that affected macp (fixed in PR #421) and brain/forge/log (fixed in PR #422): whenever a package's source changes in a PR, its version must also be bumped, or the publish workflow will not propagate the change. - @mosaicstack/memory 0.0.3 -> 0.0.4 - @mosaicstack/queue 0.0.3 -> 0.0.4 - @mosaicstack/storage 0.0.3 -> 0.0.4 - @mosaicstack/mosaic 0.0.23 -> 0.0.24 (deps changed) After publish, 'npm i -g @mosaicstack/mosaic@latest && mosaic --help' must exit 0 and print the alphabetized command list. Co-Authored-By: Claude Opus 4.6 --- packages/memory/package.json | 2 +- packages/mosaic/package.json | 2 +- packages/queue/package.json | 2 +- packages/storage/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/memory/package.json b/packages/memory/package.json index fad7d51..a24e31f 100644 --- a/packages/memory/package.json +++ b/packages/memory/package.json @@ -1,6 +1,6 @@ { "name": "@mosaicstack/memory", - "version": "0.0.3", + "version": "0.0.4", "repository": { "type": "git", "url": "https://git.mosaicstack.dev/mosaicstack/mosaic-stack.git", diff --git a/packages/mosaic/package.json b/packages/mosaic/package.json index 6da86f2..b303710 100644 --- a/packages/mosaic/package.json +++ b/packages/mosaic/package.json @@ -1,6 +1,6 @@ { "name": "@mosaicstack/mosaic", - "version": "0.0.23", + "version": "0.0.24", "repository": { "type": "git", "url": "https://git.mosaicstack.dev/mosaicstack/mosaic-stack.git", diff --git a/packages/queue/package.json b/packages/queue/package.json index 2fe762f..47f857e 100644 --- a/packages/queue/package.json +++ b/packages/queue/package.json @@ -1,6 +1,6 @@ { "name": "@mosaicstack/queue", - "version": "0.0.3", + "version": "0.0.4", "repository": { "type": "git", "url": "https://git.mosaicstack.dev/mosaicstack/mosaic-stack.git", diff --git a/packages/storage/package.json b/packages/storage/package.json index e4b40e4..108ee5b 100644 --- a/packages/storage/package.json +++ b/packages/storage/package.json @@ -1,6 +1,6 @@ { "name": "@mosaicstack/storage", - "version": "0.0.3", + "version": "0.0.4", "repository": { "type": "git", "url": "https://git.mosaicstack.dev/mosaicstack/mosaic-stack.git",