[object Object]

← back to Debate Ring Viewer

chore: macstudio3 migration — reconcile from mac2 + repoint paths (stevestudio2→macstudio3, node/npm/npx→/opt/homebrew)

14077ff5f683d8ba5e881ad72ee880f8efab8dd5 · 2026-07-03 08:07:55 -0700 · Steve

Files touched

Diff

commit 14077ff5f683d8ba5e881ad72ee880f8efab8dd5
Author: Steve <steve@designerwallcoverings.com>
Date:   Fri Jul 3 08:07:55 2026 -0700

    chore: macstudio3 migration — reconcile from mac2 + repoint paths (stevestudio2→macstudio3, node/npm/npx→/opt/homebrew)
---
 scripts/weekly-highlight-reel.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/scripts/weekly-highlight-reel.sh b/scripts/weekly-highlight-reel.sh
index 2446c3d..7bee6cb 100755
--- a/scripts/weekly-highlight-reel.sh
+++ b/scripts/weekly-highlight-reel.sh
@@ -38,7 +38,7 @@ REVIEW_DIR="$HOME/Projects/debate-ring-viewer/logs/reviews"
 mkdir -p "$REVIEW_DIR" "$HOME/Projects/debate-ring-viewer/storyboards"
 echo "[reel] pre-build storyboard snap" | tee -a "$LOG"
 URL=http://localhost:9730 OUT="$HOME/Projects/debate-ring-viewer/storyboards" \
-  /usr/local/bin/node "$HOME/Projects/debate-ring-viewer/scripts/storyboard-snap.cjs" >> "$LOG" 2>&1 || true
+  /opt/homebrew/bin/node "$HOME/Projects/debate-ring-viewer/scripts/storyboard-snap.cjs" >> "$LOG" 2>&1 || true
 echo "[reel] pre-build four-horsemen review" | tee -a "$LOG"
 PRE_REVIEW="$REVIEW_DIR/pre-build-$TS.md"
 bash "$HOME/Projects/debate-ring-viewer/scripts/four-horsemen-review.sh" \
@@ -46,7 +46,7 @@ bash "$HOME/Projects/debate-ring-viewer/scripts/four-horsemen-review.sh" \
 
 cd "$HOME/.claude/skills/app-demo-video"
 RC=0
-/usr/local/bin/node scripts/run.js \
+/opt/homebrew/bin/node scripts/run.js \
   --url "http://localhost:9730" \
   --appName "Debate Ring" \
   --flowFile "$HOME/Projects/debate-ring-viewer/demo-flow.json" \
@@ -59,7 +59,7 @@ DST="$OUTROOT/debate-ring-$TS.mp4"
 # quotes or newlines can't corrupt the JSON literal.
 send_email() {
   local subject="$1" body="$2" payload
-  payload=$(SUBJECT="$subject" BODY="$body" /usr/local/bin/node -e \
+  payload=$(SUBJECT="$subject" BODY="$body" /opt/homebrew/bin/node -e \
     'process.stdout.write(JSON.stringify({to:"steveabramsdesigns@gmail.com",subject:process.env.SUBJECT,body:process.env.BODY}))')
   curl -sS --max-time 10 -X POST http://localhost:9850/api/send \
     -u "$GEORGE_AUTH" \

← 0d61c5d Untrack committed log files and add *.bak to .gitignore  ·  back to Debate Ring Viewer  ·  (newest)