generalize runtime ownership with doctor and local skill migration
This commit is contained in:
10
install.sh
10
install.sh
@@ -32,4 +32,14 @@ else
|
||||
fi
|
||||
fi
|
||||
|
||||
echo "[mosaic-install] Migrating runtime-local skills to Mosaic links"
|
||||
if ! "$TARGET_DIR/bin/mosaic-migrate-local-skills" --apply; then
|
||||
echo "[mosaic-install] WARNING: local skill migration failed (framework install still complete)" >&2
|
||||
fi
|
||||
|
||||
echo "[mosaic-install] Running health audit"
|
||||
if ! "$TARGET_DIR/bin/mosaic-doctor"; then
|
||||
echo "[mosaic-install] WARNING: doctor reported issues (run ~/.mosaic/bin/mosaic-doctor --fail-on-warn)" >&2
|
||||
fi
|
||||
|
||||
echo "[mosaic-install] Add to PATH: export PATH=\"$TARGET_DIR/bin:$PATH\""
|
||||
|
||||
Reference in New Issue
Block a user