generalize runtime ownership with doctor and local skill migration

This commit is contained in:
Jason Woltje
2026-02-17 12:10:06 -06:00
parent 967c9c462b
commit db2ec9524f
25 changed files with 3974 additions and 6 deletions

View File

@@ -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\""