← back to Codex Yolo
chore: macstudio3 migration — reconcile from mac2 + repoint paths (stevestudio2→macstudio3, node/npm/npx→/opt/homebrew)
9f19a278f3359f89213136ffe73246c91534e290 · 2026-07-03 08:07:54 -0700 · Steve
Files touched
M scripts/apply-trivial-patches.cjsM scripts/yolo-overnight.sh
Diff
commit 9f19a278f3359f89213136ffe73246c91534e290
Author: Steve <steve@designerwallcoverings.com>
Date: Fri Jul 3 08:07:54 2026 -0700
chore: macstudio3 migration — reconcile from mac2 + repoint paths (stevestudio2→macstudio3, node/npm/npx→/opt/homebrew)
---
scripts/apply-trivial-patches.cjs | 2 +-
scripts/yolo-overnight.sh | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/scripts/apply-trivial-patches.cjs b/scripts/apply-trivial-patches.cjs
index efcf65f..a5505e3 100755
--- a/scripts/apply-trivial-patches.cjs
+++ b/scripts/apply-trivial-patches.cjs
@@ -69,7 +69,7 @@ Rules:
let response;
try {
- response = execFileSync('/Users/stevestudio2/.claude/local/claude', [
+ response = execFileSync('/Users/macstudio3/.claude/local/claude', [
'-p', prompt,
'--output-format','text',
'--allowed-tools','Read,Glob,Grep'
diff --git a/scripts/yolo-overnight.sh b/scripts/yolo-overnight.sh
index e5ec06c..381bf69 100755
--- a/scripts/yolo-overnight.sh
+++ b/scripts/yolo-overnight.sh
@@ -68,7 +68,7 @@ while [ $iter -lt $MAX_ITER ] && [ $(date +%s) -lt $DEADLINE ]; do
fi
# 2) Apply trivial patches + write _yolo_patches/iter-N.diff for the rest
- /usr/local/bin/node "$ROOT/scripts/apply-trivial-patches.cjs" \
+ /opt/homebrew/bin/node "$ROOT/scripts/apply-trivial-patches.cjs" \
--debate "$DEBATE_DIR" --project "$PROJ" --iter "$iter" \
--max-applied 5 \
>> "$LOG" 2>&1 || echo "[yolo] apply failed for $t (non-fatal)"
@@ -131,7 +131,7 @@ SUMMARY="$RUN_DIR/SUMMARY.md"
curl -sS --max-time 12 -X POST http://localhost:9850/api/send \
-u admin:DWSecure2024! \
-H 'content-type: application/json' \
- -d "$(/usr/local/bin/node -e "
+ -d "$(/opt/homebrew/bin/node -e "
const fs=require('fs');
const body=fs.readFileSync('$SUMMARY','utf8');
process.stdout.write(JSON.stringify({to:'steveabramsdesigns@gmail.com',subject:'YOLO overnight summary '+new Date().toISOString().slice(0,10),body:body}));
← b91246f Fix smoke-fail revert dropping an unrelated commit (reset to
·
back to Codex Yolo
·
(newest)