From c80d21142e6c31a74f3428c806ea26d3b459242c Mon Sep 17 00:00:00 2001 From: Jarvis Date: Wed, 24 Jun 2026 14:50:36 -0500 Subject: [PATCH] chore(release): @mosaicstack/mosaic 0.0.48 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Publish the accumulated framework fixes that landed on main since 0.0.47: - #669 fix(fleet): export MOSAIC_AGENT_CLASS into the agent pane so the per-agent persona contract injects on relaunch (the A3a env-propagation gap — pane inherited the tmux server env, never the systemd .env, so MOSAIC_AGENT_CLASS silently dropped and personas no-op'd). Ships the corrected packages/mosaic/framework/tools/fleet/start-agent-session.sh. - #665 feat(fleet): provision roster from system-type profile (H3). Version-only bump; npm-only release (kaniko image builds are excluded for packages/mosaic/** changes). Publishing 0.0.48 lets `mosaic update` + `mosaic fleet install` converge the running fleet off the live local hotfix onto the durable, registry-shipped script. 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 7b7a3c7..47ec2e3 100644 --- a/packages/mosaic/package.json +++ b/packages/mosaic/package.json @@ -1,6 +1,6 @@ { "name": "@mosaicstack/mosaic", - "version": "0.0.47", + "version": "0.0.48", "repository": { "type": "git", "url": "https://git.mosaicstack.dev/mosaicstack/stack.git",