fix(mosaic): add @mosaic/cli dependency to metapackage #380

Closed
jason.woltje wants to merge 3 commits from fix/metapackage-cli-dep into main
Owner

Problem

npm install -g @mosaic/mosaic only installed the wizard (mosaic-wizard), not the actual CLI (mosaic).

Changes

  • Add @mosaic/cli as a dependency of @mosaic/mosaic
  • Add postinstall script with guidance message
  • Bump version to 0.0.17

Testing

  • npm install -g @mosaic/mosaic now installs both mosaic and mosaic-wizard binaries
  • mosaic --help works after install
## Problem `npm install -g @mosaic/mosaic` only installed the wizard (`mosaic-wizard`), not the actual CLI (`mosaic`). ## Changes - Add `@mosaic/cli` as a dependency of `@mosaic/mosaic` - Add `postinstall` script with guidance message - Bump version to 0.0.17 ## Testing - `npm install -g @mosaic/mosaic` now installs both `mosaic` and `mosaic-wizard` binaries - `mosaic --help` works after install
jason.woltje added 3 commits 2026-04-05 00:53:21 +00:00
fix(mosaic): add @mosaic/cli dependency + postinstall hint
Some checks failed
ci/woodpecker/push/ci Pipeline failed
49abf3bb4c
@mosaic/mosaic is a metapackage but was missing @mosaic/cli as a dep,
so npm install -g @mosaic/mosaic only gave you mosaic-wizard, not mosaic.

Changes:
- Add @mosaic/cli as dependency (brings in mosaic binary)
- Add postinstall script with guidance message
chore(mosaic): bump version to 0.0.16
Some checks failed
ci/woodpecker/push/ci Pipeline failed
799f9e76bf
chore(mosaic): bump version to 0.0.17 (avoid collision with other agent)
Some checks failed
ci/woodpecker/push/ci Pipeline failed
ci/woodpecker/pr/ci Pipeline failed
ci/woodpecker/manual/ci Pipeline failed
2abcfee211
jason.woltje closed this pull request 2026-04-05 01:12:10 +00:00
Some checks failed
ci/woodpecker/push/ci Pipeline failed
ci/woodpecker/pr/ci Pipeline failed
ci/woodpecker/manual/ci Pipeline failed

Pull request closed

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#380