fix: remove stale bootstrap repo references #346

Merged
jason.woltje merged 1 commits from fix/stale-bootstrap-refs into main 2026-04-02 02:27:50 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -88,7 +88,7 @@ check_mosaic_home() {
check_agents_md() {
if [[ ! -f "$MOSAIC_HOME/AGENTS.md" ]]; then
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
fi
}

View File

@@ -12,7 +12,7 @@ fi
if [[ ! -f "$WIZARD_BIN" ]]; then
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
fi