[object Object]

← back to Claude Slack

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

59d33fd9d1298a791e6f6ba130766c6f19d6bcdf · 2026-07-03 08:07:53 -0700 · Steve

Files touched

Diff

commit 59d33fd9d1298a791e6f6ba130766c6f19d6bcdf
Author: Steve <steve@designerwallcoverings.com>
Date:   Fri Jul 3 08:07:53 2026 -0700

    chore: macstudio3 migration — reconcile from mac2 + repoint paths (stevestudio2→macstudio3, node/npm/npx→/opt/homebrew)
---
 com.steve.claude-slack.plist | 10 +++++-----
 run.sh                       |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/com.steve.claude-slack.plist b/com.steve.claude-slack.plist
index dde9335..3475581 100644
--- a/com.steve.claude-slack.plist
+++ b/com.steve.claude-slack.plist
@@ -8,16 +8,16 @@
     <key>ProgramArguments</key>
     <array>
         <string>/bin/zsh</string>
-        <string>/Users/stevestudio2/Projects/claude-slack/run.sh</string>
+        <string>/Users/macstudio3/Projects/claude-slack/run.sh</string>
     </array>
 
     <key>WorkingDirectory</key>
-    <string>/Users/stevestudio2/Projects/claude-slack</string>
+    <string>/Users/macstudio3/Projects/claude-slack</string>
 
     <key>EnvironmentVariables</key>
     <dict>
         <key>PATH</key>
-        <string>/usr/local/bin:/Users/stevestudio2/.npm-global/bin:/usr/bin:/bin:/usr/sbin:/sbin</string>
+        <string>/usr/local/bin:/Users/macstudio3/.npm-global/bin:/usr/bin:/bin:/usr/sbin:/sbin</string>
     </dict>
 
     <!-- Poll every 10s. launchd never starts a 2nd instance of this label while
@@ -32,8 +32,8 @@
     <false/>
 
     <key>StandardOutPath</key>
-    <string>/Users/stevestudio2/Projects/claude-slack/poller.log</string>
+    <string>/Users/macstudio3/Projects/claude-slack/poller.log</string>
     <key>StandardErrorPath</key>
-    <string>/Users/stevestudio2/Projects/claude-slack/poller.log</string>
+    <string>/Users/macstudio3/Projects/claude-slack/poller.log</string>
 </dict>
 </plist>
diff --git a/run.sh b/run.sh
index 41cc78a..7d5d393 100755
--- a/run.sh
+++ b/run.sh
@@ -1,4 +1,4 @@
 #!/bin/zsh
 # launchd entrypoint — one poll pass, env from .env (Node 22 --env-file).
 cd "$(dirname "$0")" || exit 1
-exec /usr/local/bin/node --env-file=.env poller.js
+exec /opt/homebrew/bin/node --env-file=.env poller.js

← eefb033 claude-slack: two-way Slack chat channel (poller + self-heal  ·  back to Claude Slack  ·  (newest)