[object Object]

← back to Dw Photo Capture

TK-12090: verify script resolves dwphoto by name, not stale pm2 id 226

7e1353ca920321c6fb2e7705c35dcf3731a020a5 · 2026-09-24 14:36:54 -0700 · Steve Abrams

Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>

Files touched

Diff

commit 7e1353ca920321c6fb2e7705c35dcf3731a020a5
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Thu Sep 24 14:36:54 2026 -0700

    TK-12090: verify script resolves dwphoto by name, not stale pm2 id 226
    
    Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
---
 scripts/STEVE-PASTE-vision-step3.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/STEVE-PASTE-vision-step3.sh b/scripts/STEVE-PASTE-vision-step3.sh
index 304d721..7c479eb 100755
--- a/scripts/STEVE-PASTE-vision-step3.sh
+++ b/scripts/STEVE-PASTE-vision-step3.sh
@@ -2,7 +2,7 @@
 # TK-12090 vision-url memo — verification step 3 (Steve runs this himself).
 # Drives ONE real vision call through prod dwphoto and prints which provider served it.
 # visualMatch:false => no Gemini visual-match spend. Read-only against a scratch image.
-ssh root@45.61.58.125 'PID=$(pm2 pid 226); export VU=$(tr "\0" "\n" </proc/$PID/environ | grep -m1 ^AUTH_USER= | cut -d= -f2-); export VP=$(tr "\0" "\n" </proc/$PID/environ | grep -m1 ^AUTH_PASS= | cut -d= -f2-); python3 -c "
+ssh root@45.61.58.125 'PID=$(pm2 pid dwphoto); export VU=$(tr "\0" "\n" </proc/$PID/environ | grep -m1 ^AUTH_USER= | cut -d= -f2-); export VP=$(tr "\0" "\n" </proc/$PID/environ | grep -m1 ^AUTH_PASS= | cut -d= -f2-); python3 -c "
 from PIL import Image,ImageDraw
 import base64,io,json,urllib.request,os
 im=Image.new(\"RGB\",(384,384),(198,178,142)); d=ImageDraw.Draw(im)

← 1a2c398 TK-12162: pre-shot 11-slider adjust panel + auto-save on all  ·  back to Dw Photo Capture  ·  TK-12162: await + retry the dw_unified new_items_staging wri 360da78 →