← back to Restaurant Directory
chore: macstudio3 migration — reconcile from mac2 + repoint paths (stevestudio2→macstudio3, node/npm/npx→/opt/homebrew)
a5febefe53b5cb9da34beb83b25aab8fe391a270 · 2026-07-03 08:08:16 -0700 · Steve
Files touched
M scripts/sync-enrichment-to-kamatera.shM scripts/weekly-ingest.shM videos/build-before-after.sh
Diff
commit a5febefe53b5cb9da34beb83b25aab8fe391a270
Author: Steve <steve@designerwallcoverings.com>
Date: Fri Jul 3 08:08:16 2026 -0700
chore: macstudio3 migration — reconcile from mac2 + repoint paths (stevestudio2→macstudio3, node/npm/npx→/opt/homebrew)
---
scripts/sync-enrichment-to-kamatera.sh | 2 +-
scripts/weekly-ingest.sh | 2 +-
videos/build-before-after.sh | 6 +++---
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/scripts/sync-enrichment-to-kamatera.sh b/scripts/sync-enrichment-to-kamatera.sh
index 11064f2..a301762 100755
--- a/scripts/sync-enrichment-to-kamatera.sh
+++ b/scripts/sync-enrichment-to-kamatera.sh
@@ -8,7 +8,7 @@
# At ~37K rows × ~80 bytes ≈ 3 MB, this is cheap.
set -euo pipefail
-cd /Users/stevestudio2/Projects/restaurant-directory
+cd /Users/macstudio3/Projects/restaurant-directory
mkdir -p logs
LOG="logs/cuisine-sync-$(date +%Y%m%d).log"
diff --git a/scripts/weekly-ingest.sh b/scripts/weekly-ingest.sh
index e3e171a..68ab4fb 100755
--- a/scripts/weekly-ingest.sh
+++ b/scripts/weekly-ingest.sh
@@ -24,7 +24,7 @@
# Logs go to ~/Projects/restaurant-directory/logs/weekly-YYYYMMDD.log
set -euo pipefail
-cd /Users/stevestudio2/Projects/restaurant-directory
+cd /Users/macstudio3/Projects/restaurant-directory
mkdir -p logs
LOG="logs/weekly-$(date +%Y%m%d).log"
exec > >(tee -a "$LOG") 2>&1
diff --git a/videos/build-before-after.sh b/videos/build-before-after.sh
index fde7cf3..61348a7 100755
--- a/videos/build-before-after.sh
+++ b/videos/build-before-after.sh
@@ -19,8 +19,8 @@
set -euo pipefail
cd "$(dirname "$0")"
-ITER_DIR="${ITER_DIR:-/Users/stevestudio2/Projects/restaurant-directory/iterations/20260503T215435Z-detail}"
-OUT_DIR="${OUT_DIR:-/Users/stevestudio2/Projects/restaurant-directory/videos}"
+ITER_DIR="${ITER_DIR:-/Users/macstudio3/Projects/restaurant-directory/iterations/20260503T215435Z-detail}"
+OUT_DIR="${OUT_DIR:-/Users/macstudio3/Projects/restaurant-directory/videos}"
TS=$(date -u +%Y%m%dT%H%M%SZ)
WORK="$OUT_DIR/_build_$TS"
mkdir -p "$WORK"
@@ -62,7 +62,7 @@ DURATION_INT=$(printf "%.0f" "$DURATION")
echo "narration: ${DURATION_INT}s"
# ---- 2. ALL cards via Playwright (ffmpeg drawtext NA in 8.1) ----
-( cd /Users/stevestudio2/Projects/restaurant-directory && node videos/render-cards.mjs "$WORK" "$ITER_DIR" )
+( cd /Users/macstudio3/Projects/restaurant-directory && node videos/render-cards.mjs "$WORK" "$ITER_DIR" )
# ---- 4. Stitch the cards into a silent video, then mux narration + avatar overlay ----
# Card durations (sec): title 3, sxs-light 8, sxs-dark 8, findings 5, outro 2 = 26s
← 24ff02d snapshot — gitify backup 2026-05-19
·
back to Restaurant Directory
·
snapshot: bump submodule pointer(s) c176122 →