From fd977d78cf63dba33dea68ae2430a3dabd184079 Mon Sep 17 00:00:00 2001 From: Jarvis Date: Mon, 22 Jun 2026 12:58:53 -0500 Subject: [PATCH] chore(release): mosaic CLI 0.0.40 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Publishes the merged fleet work to the npm CLI for the PoC fleet: - onboarding-injection comms cheat-sheet + peer roster (#621) - enhancer role + two-agent floor (#615) - F4 Matrix connector abstraction + CS-API client (#617, #618) npm publish only (packages/mosaic) — cheap under #619 path gating; no image builds. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01RMoEx7hfdFGjUiCHuN1RRi --- packages/mosaic/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/mosaic/package.json b/packages/mosaic/package.json index 995db88..721744d 100644 --- a/packages/mosaic/package.json +++ b/packages/mosaic/package.json @@ -1,12 +1,12 @@ { "name": "@mosaicstack/mosaic", - "version": "0.0.39", + "version": "0.0.40", "repository": { "type": "git", "url": "https://git.mosaicstack.dev/mosaicstack/stack.git", "directory": "packages/mosaic" }, - "description": "Mosaic agent framework — installation wizard and meta package", + "description": "Mosaic agent framework \u2014 installation wizard and meta package", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts",