fix: all CLI script resolution uses bundled-first resolveTool() #362

Merged
jason.woltje merged 1 commits from fix/cli-sync-issues into main 2026-04-03 02:28:08 +00:00
Owner

Replaces all remaining hardcoded MOSAIC_HOME/tools paths (mosaic-init, mosaic-ensure-sequential-thinking, toolScript for orchestrator/prdy) with a shared resolveTool() that checks the npm package first. Every script the CLI delegates to now picks up the bundled version immediately after npm upgrade.

Bump to 0.0.8.

Replaces all remaining hardcoded MOSAIC_HOME/tools paths (mosaic-init, mosaic-ensure-sequential-thinking, toolScript for orchestrator/prdy) with a shared resolveTool() that checks the npm package first. Every script the CLI delegates to now picks up the bundled version immediately after npm upgrade. Bump to 0.0.8.
jason.woltje added 1 commit 2026-04-03 02:28:04 +00:00
fix: all script resolution uses bundled-first resolveTool()
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
0e9a6759bc
Replace remaining hardcoded MOSAIC_HOME/tools paths (mosaic-init,
mosaic-ensure-sequential-thinking) and toolScript() with a shared
resolveTool() that checks the npm package first. Every script the
CLI delegates to now picks up the bundled version immediately after
npm upgrade — no mosaic init needed.

Bump @mosaic/mosaic and @mosaic/cli to 0.0.8.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
jason.woltje merged commit 70a51ba711 into main 2026-04-03 02:28:08 +00:00
jason.woltje deleted branch fix/cli-sync-issues 2026-04-03 02:28:08 +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#362