← back to Ventura Recon
chore: macstudio3 migration — reconcile from mac2 + repoint paths (stevestudio2→macstudio3, node/npm/npx→/opt/homebrew)
0249190f58042996eeed69fa42462147190927b7 · 2026-07-03 08:07:48 -0700 · Steve
Files touched
M build-outputs.pyM find-social-bb.cjsM find-social.py
Diff
commit 0249190f58042996eeed69fa42462147190927b7
Author: Steve <steve@designerwallcoverings.com>
Date: Fri Jul 3 08:07:48 2026 -0700
chore: macstudio3 migration — reconcile from mac2 + repoint paths (stevestudio2→macstudio3, node/npm/npx→/opt/homebrew)
---
build-outputs.py | 2 +-
find-social-bb.cjs | 6 +++---
find-social.py | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/build-outputs.py b/build-outputs.py
index 6243ee7..060f333 100644
--- a/build-outputs.py
+++ b/build-outputs.py
@@ -11,7 +11,7 @@ import json, re, csv, os
from pathlib import Path
from datetime import datetime
-OUTPUT_DIR = Path('/Users/stevestudio2/Projects/_ventura-recon')
+OUTPUT_DIR = Path('/Users/macstudio3/Projects/_ventura-recon')
BUSINESSES_FILE = OUTPUT_DIR / 'businesses-top600.json'
# ─── VERIFIED HANDLES (from WebSearch — high confidence) ────────────────────
diff --git a/find-social-bb.cjs b/find-social-bb.cjs
index 30140f9..cdf6aec 100644
--- a/find-social-bb.cjs
+++ b/find-social-bb.cjs
@@ -12,8 +12,8 @@
'use strict';
require('dotenv').config({ path: require('os').homedir() + '/Projects/secrets-manager/.env' });
-const Browserbase = require('/Users/stevestudio2/Projects/ventura-corridor/node_modules/@browserbasehq/sdk').default;
-const { chromium } = require('/Users/stevestudio2/Projects/ventura-corridor/node_modules/playwright-core');
+const Browserbase = require('/Users/macstudio3/Projects/ventura-corridor/node_modules/@browserbasehq/sdk').default;
+const { chromium } = require('/Users/macstudio3/Projects/ventura-corridor/node_modules/playwright-core');
const fs = require('fs');
const path = require('path');
@@ -25,7 +25,7 @@ if (!PROJECT_ID || !API_KEY) {
process.exit(1);
}
-const OUTPUT_DIR = '/Users/stevestudio2/Projects/_ventura-recon';
+const OUTPUT_DIR = '/Users/macstudio3/Projects/_ventura-recon';
const INPUT_FILE = path.join(OUTPUT_DIR, 'businesses-top600.json');
const CHECKPOINT_FILE = path.join(OUTPUT_DIR, 'social-checkpoint.json');
const RESULTS_FILE = path.join(OUTPUT_DIR, 'social-results.json');
diff --git a/find-social.py b/find-social.py
index 23eca89..6788f88 100644
--- a/find-social.py
+++ b/find-social.py
@@ -11,7 +11,7 @@ Rate-limit: 2s between DDG requests, 1s between probes.
import json, re, time, sys, ssl, urllib.request, urllib.parse
from pathlib import Path
-OUTPUT_DIR = Path('/Users/stevestudio2/Projects/_ventura-recon')
+OUTPUT_DIR = Path('/Users/macstudio3/Projects/_ventura-recon')
INPUT_FILE = OUTPUT_DIR / 'businesses-top600.json'
CHECKPOINT_FILE = OUTPUT_DIR / 'social-checkpoint.json'
← 671d0d6 initial snapshot — gitify all builds (CLAUDE.md rule 2026-05
·
back to Ventura Recon
·
(newest)