centralize guides and rails under mosaic with runtime compatibility links
This commit is contained in:
@@ -18,6 +18,11 @@ chmod +x "$TARGET_DIR"/install.sh
|
||||
|
||||
echo "[mosaic-install] Installed framework to $TARGET_DIR"
|
||||
|
||||
echo "[mosaic-install] Linking runtime compatibility assets"
|
||||
if ! "$TARGET_DIR/bin/mosaic-link-runtime-assets"; then
|
||||
echo "[mosaic-install] WARNING: runtime asset linking failed (framework install still complete)" >&2
|
||||
fi
|
||||
|
||||
echo "[mosaic-install] Syncing universal skills"
|
||||
if [[ "${MOSAIC_SKIP_SKILLS_SYNC:-0}" == "1" ]]; then
|
||||
echo "[mosaic-install] Skipping skills sync (MOSAIC_SKIP_SKILLS_SYNC=1)"
|
||||
|
||||
Reference in New Issue
Block a user