← back to Vendor Agents Viewer
chore: macstudio3 migration — reconcile from mac2 + repoint paths (stevestudio2→macstudio3, node/npm/npx→/opt/homebrew)
b2d905e818cf5dc177d07d98abc03409a15c4056 · 2026-07-03 08:08:18 -0700 · Steve
Files touched
M agent-host.jsM server.js
Diff
commit b2d905e818cf5dc177d07d98abc03409a15c4056
Author: Steve <steve@designerwallcoverings.com>
Date: Fri Jul 3 08:08:18 2026 -0700
chore: macstudio3 migration — reconcile from mac2 + repoint paths (stevestudio2→macstudio3, node/npm/npx→/opt/homebrew)
---
agent-host.js | 2 +-
server.js | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/agent-host.js b/agent-host.js
index d6c9e64..b51f56d 100644
--- a/agent-host.js
+++ b/agent-host.js
@@ -18,7 +18,7 @@ const CODE = process.env.VENDOR_CODE || '';
const AGENT = process.env.AGENT_NAME || 'Agent';
const SCRAPER = process.env.SCRAPER_ID || '';
const SCRAPERS_PROJECT = process.env.SCRAPERS_PROJECT ||
- '/Users/stevestudio2/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL';
+ '/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL';
let lastScan = null;
let scanning = false;
diff --git a/server.js b/server.js
index 42be2d8..0c92258 100644
--- a/server.js
+++ b/server.js
@@ -14,7 +14,7 @@ const app = express();
const PORT = process.env.PORT || 9789;
const SSH = 'my-server'; // ~/.ssh/config alias for root@45.61.58.125
// Agents run LOCALLY on Mac2 (where the scrapers live). Launch = pm2 start agent-host.
-const SCRAPERS_DIR = '/Users/stevestudio2/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/lib/scrapers';
+const SCRAPERS_DIR = '/Users/macstudio3/Projects/Designer-Wallcoverings/DW-Programming/ImportNewSkufromURL/lib/scrapers';
const AGENT_HOST = path.join(__dirname, 'agent-host.js');
// vendor_code (underscores) -> scraper id (hyphens); null if no scraper file exists.
// SCRAPER_ALIASES: registry codes whose scraper file lives under a different id
← affc2b0 auto-save: 2026-06-26T11:45:25 (1 files) — package-lock.json
·
back to Vendor Agents Viewer
·
(newest)