From 69be9c08207e3d5ebbf4551c8c3c34be9f4a1c73 Mon Sep 17 00:00:00 2001 From: Jarvis Date: Wed, 24 Jun 2026 12:36:26 -0500 Subject: [PATCH 1/3] chore(release): mosaic 0.0.46 (persona contracts A3a/A3b live) --- 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 f97427a..a20b286 100644 --- a/packages/mosaic/package.json +++ b/packages/mosaic/package.json @@ -1,12 +1,12 @@ { "name": "@mosaicstack/mosaic", - "version": "0.0.45", + "version": "0.0.46", "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", -- 2.49.1 From 94d405671057b0369ade3ec7cd8889ffa68873c9 Mon Sep 17 00:00:00 2001 From: Jarvis Date: Wed, 24 Jun 2026 12:52:14 -0500 Subject: [PATCH 2/3] ci: re-trigger pipeline (ci-postgres test-step flake) Co-Authored-By: Claude Opus 4.8 -- 2.49.1 From 8766d5420ad4287b503b8eb33dbbb010c15c4705 Mon Sep 17 00:00:00 2001 From: Jarvis Date: Wed, 24 Jun 2026 12:55:10 -0500 Subject: [PATCH 3/3] fix(release): restore literal em-dash in package.json description (prettier) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The 0.0.46 version bump escaped the em-dash to \u2014, failing the format:check CI step. Prettier normalizes it back to the literal —. Co-Authored-By: Claude Opus 4.8 --- packages/mosaic/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mosaic/package.json b/packages/mosaic/package.json index a20b286..7aef1a9 100644 --- a/packages/mosaic/package.json +++ b/packages/mosaic/package.json @@ -6,7 +6,7 @@ "url": "https://git.mosaicstack.dev/mosaicstack/stack.git", "directory": "packages/mosaic" }, - "description": "Mosaic agent framework \u2014 installation wizard and meta package", + "description": "Mosaic agent framework — installation wizard and meta package", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", -- 2.49.1