← back to George Gmail
chore: macstudio3 migration — reconcile from mac2 + repoint paths (stevestudio2→macstudio3, node/npm/npx→/opt/homebrew)
ee22604d5cb97cc45877dbb9c2c63760773c3767 · 2026-07-03 08:08:02 -0700 · Steve
Files touched
M com.steve.george-gmail.plistM trash-cron-drift-noise.js
Diff
commit ee22604d5cb97cc45877dbb9c2c63760773c3767
Author: Steve <steve@designerwallcoverings.com>
Date: Fri Jul 3 08:08:02 2026 -0700
chore: macstudio3 migration — reconcile from mac2 + repoint paths (stevestudio2→macstudio3, node/npm/npx→/opt/homebrew)
---
com.steve.george-gmail.plist | 10 +++++-----
trash-cron-drift-noise.js | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/com.steve.george-gmail.plist b/com.steve.george-gmail.plist
index 21f79a1..38b317a 100644
--- a/com.steve.george-gmail.plist
+++ b/com.steve.george-gmail.plist
@@ -10,12 +10,12 @@
~/Projects/Designer-Wallcoverings/DW-MCP/.env via $HOME. -->
<key>ProgramArguments</key>
<array>
- <string>/usr/local/bin/node</string>
- <string>/Users/stevestudio2/Projects/george-gmail/server.js</string>
+ <string>/opt/homebrew/bin/node</string>
+ <string>/Users/macstudio3/Projects/george-gmail/server.js</string>
</array>
<key>WorkingDirectory</key>
- <string>/Users/stevestudio2/Projects/george-gmail</string>
+ <string>/Users/macstudio3/Projects/george-gmail</string>
<key>EnvironmentVariables</key>
<dict>
@@ -37,8 +37,8 @@
<integer>10</integer>
<key>StandardOutPath</key>
- <string>/Users/stevestudio2/Library/Logs/george-gmail.out.log</string>
+ <string>/Users/macstudio3/Library/Logs/george-gmail.out.log</string>
<key>StandardErrorPath</key>
- <string>/Users/stevestudio2/Library/Logs/george-gmail.err.log</string>
+ <string>/Users/macstudio3/Library/Logs/george-gmail.err.log</string>
</dict>
</plist>
diff --git a/trash-cron-drift-noise.js b/trash-cron-drift-noise.js
index 3a25ed6..ebde533 100644
--- a/trash-cron-drift-noise.js
+++ b/trash-cron-drift-noise.js
@@ -4,7 +4,7 @@
// Scoped: info account ONLY, subject must match the cron-drift alert. Dry-run unless --go.
const fs = require("fs");
const { google } = require("googleapis");
-const ENV = "/Users/stevestudio2/Projects/Designer-Wallcoverings/DW-MCP/.env";
+const ENV = "/Users/macstudio3/Projects/Designer-Wallcoverings/DW-MCP/.env";
const env = {};
fs.readFileSync(ENV, "utf8").split("\n").forEach(l => { const m = l.match(/^([^#=]+)=(.+)/); if (m) env[m[1].trim()] = m[2].trim(); });
← 89b542a chore: v1.1.0 (session close — dormant SA/DWD path)
·
back to George Gmail
·
feat(api): add /api/attachment-local — fetch a Gmail attachm e86cb67 →