chore(release): @mosaicstack/mosaic 0.0.30 #459

Merged
jason.woltje merged 1 commits from chore/release-mosaic-0.0.30 into main 2026-04-12 02:18:18 +00:00
Owner

Summary

Bumps @mosaicstack/mosaic from 0.0.29 to 0.0.30. Ships two hotfixes that have already landed on main:

  • mosaicstack/stack#455fix(mosaic): stop yolo runtime from leaking runtime name as first user message (closes mosaicstack/stack#454). mosaic yolo claude (and the other runtimes) no longer forwards the literal runtime name as the initial positional arg to the underlying CLI.
  • mosaicstack/stack#458fix(mosaic): seed TOOLS.md from defaults on install (closes mosaicstack/stack#457). The bash framework installer now seeds ~/.config/mosaic/TOOLS.md from defaults/TOOLS.md, the TS wizard's syncFramework uses an explicit whitelist instead of iterating defaults/*, preservePaths is aligned with the bash PRESERVE_PATHS, and the stale rails/ references in TOOLS.md.template are replaced with tools/.

Test plan

  • packages/mosaic/package.json version field updated
  • pnpm --filter @mosaicstack/mosaic run typecheck green
  • pnpm --filter @mosaicstack/mosaic run lint green
  • Repo-wide pnpm format:check green
  • CI green on PR
  • Merged and .woodpecker/publish.yml publish-npm step succeeds on main push
  • 0.0.30 tarball reachable at https://git.mosaicstack.dev/api/packages/mosaicstack/npm/@mosaicstack/mosaic/
## Summary Bumps `@mosaicstack/mosaic` from `0.0.29` to `0.0.30`. Ships two hotfixes that have already landed on `main`: - **mosaicstack/stack#455** — `fix(mosaic): stop yolo runtime from leaking runtime name as first user message` (closes mosaicstack/stack#454). `mosaic yolo claude` (and the other runtimes) no longer forwards the literal runtime name as the initial positional arg to the underlying CLI. - **mosaicstack/stack#458** — `fix(mosaic): seed TOOLS.md from defaults on install` (closes mosaicstack/stack#457). The bash framework installer now seeds `~/.config/mosaic/TOOLS.md` from `defaults/TOOLS.md`, the TS wizard's `syncFramework` uses an explicit whitelist instead of iterating `defaults/*`, `preservePaths` is aligned with the bash `PRESERVE_PATHS`, and the stale `rails/` references in `TOOLS.md.template` are replaced with `tools/`. ## Test plan - [x] `packages/mosaic/package.json` version field updated - [x] `pnpm --filter @mosaicstack/mosaic run typecheck` green - [x] `pnpm --filter @mosaicstack/mosaic run lint` green - [x] Repo-wide `pnpm format:check` green - [ ] CI green on PR - [ ] Merged and `.woodpecker/publish.yml` publish-npm step succeeds on main push - [ ] `0.0.30` tarball reachable at `https://git.mosaicstack.dev/api/packages/mosaicstack/npm/@mosaicstack/mosaic/`
jason.woltje added 1 commit 2026-04-12 02:13:42 +00:00
chore(release): @mosaicstack/mosaic 0.0.30
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
11a0b89a82
Ships the TOOLS.md seeding fix from PR #458 (issue #457) and the yolo
runtime initial-arg fix from PR #455 (issue #454).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
jason.woltje merged commit 5f03c05523 into main 2026-04-12 02:18:18 +00:00
jason.woltje deleted branch chore/release-mosaic-0.0.30 2026-04-12 02:18:18 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mosaicstack/stack#459