fix: remove stale bootstrap repo references from CLI error messages
Replace 'cd ~/src/mosaic-bootstrap && bash install.sh' with 'npm install -g @mosaic/mosaic' now that bootstrap is archived.
This commit is contained in:
@@ -88,7 +88,7 @@ check_mosaic_home() {
|
|||||||
check_agents_md() {
|
check_agents_md() {
|
||||||
if [[ ! -f "$MOSAIC_HOME/AGENTS.md" ]]; then
|
if [[ ! -f "$MOSAIC_HOME/AGENTS.md" ]]; then
|
||||||
echo "[mosaic] ERROR: ~/.config/mosaic/AGENTS.md not found." >&2
|
echo "[mosaic] ERROR: ~/.config/mosaic/AGENTS.md not found." >&2
|
||||||
echo "[mosaic] Re-run the installer: cd ~/src/mosaic-bootstrap && bash install.sh" >&2
|
echo "[mosaic] Re-run the installer: npm install -g @mosaic/mosaic" >&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ fi
|
|||||||
|
|
||||||
if [[ ! -f "$WIZARD_BIN" ]]; then
|
if [[ ! -f "$WIZARD_BIN" ]]; then
|
||||||
echo "[mosaic-wizard] ERROR: Wizard bundle not found." >&2
|
echo "[mosaic-wizard] ERROR: Wizard bundle not found." >&2
|
||||||
echo "[mosaic-wizard] Run 'pnpm build' in the mosaic-bootstrap repo, or re-install Mosaic." >&2
|
echo "[mosaic-wizard] Re-install with: npm install -g @mosaic/mosaic" >&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user