[object Object]

← back to Dw Photo Capture

TK-12090: add verify-only prod vision check paste script

6e169989503e9b63d03e67d3f3bdb0f58b0b0279 · 2026-09-26 07:41:59 -0700 · Steve Abrams

Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01VizMhiDcRGXSVT356UUdHr

Files touched

Diff

commit 6e169989503e9b63d03e67d3f3bdb0f58b0b0279
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Sat Sep 26 07:41:59 2026 -0700

    TK-12090: add verify-only prod vision check paste script
    
    Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
    Claude-Session: https://claude.ai/code/session_01VizMhiDcRGXSVT356UUdHr
---
 scripts/STEVE-PASTE-tk12090-verify.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/scripts/STEVE-PASTE-tk12090-verify.sh b/scripts/STEVE-PASTE-tk12090-verify.sh
new file mode 100755
index 0000000..60d8d5e
--- /dev/null
+++ b/scripts/STEVE-PASTE-tk12090-verify.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+# TK-12090 verify only (no deploy). Prints engine/provider/ok/err.
+ssh root@45.61.58.125 'PID=$(ss -lptnH "sport = :9912" 2>/dev/null | grep -oP "pid=\K[0-9]+" | head -1); [ -z "$PID" ] && { echo "ERR: no PID on :9912"; exit 1; }; 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 -' < ~/Projects/dw-photo-capture/scripts/verify-vision.py

← 436c44b auto-data-snapshot: 2026-09-26T04:44:27 (1 data files) — dat  ·  back to Dw Photo Capture  ·  Untrack runtime build counter data/build.json and gitignore ac13489 →