Compare commits

...

3 Commits

Author SHA1 Message Date
Jarvis
2abcfee211 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
2026-04-04 19:52:04 -05:00
Jarvis
799f9e76bf chore(mosaic): bump version to 0.0.16
Some checks failed
ci/woodpecker/push/ci Pipeline failed
2026-04-04 19:51:30 -05:00
Jarvis
49abf3bb4c fix(mosaic): add @mosaic/cli dependency + postinstall hint
Some checks failed
ci/woodpecker/push/ci Pipeline failed
@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
2026-04-04 17:19:31 -05:00

View File

@@ -1,6 +1,6 @@
{
"name": "@mosaic/mosaic",
"version": "0.0.15",
"version": "0.0.17",
"repository": {
"type": "git",
"url": "https://git.mosaicstack.dev/mosaic/mosaic-stack.git",
@@ -20,12 +20,14 @@
}
},
"scripts": {
"postinstall": "echo '\nMosaic Stack installed. Run `mosaic-wizard` to bootstrap your config, or `mosaic --help` for CLI commands.\n'",
"build": "tsc",
"lint": "eslint src",
"typecheck": "tsc --noEmit",
"test": "vitest run --passWithNoTests"
},
"dependencies": {
"@mosaic/cli": "workspace:*",
"@mosaic/forge": "workspace:*",
"@mosaic/macp": "workspace:*",
"@mosaic/prdy": "workspace:*",