[object Object]

← back to Wallco Ai

deploy: ship settlement vision-check + tick-guard to prod (hardened gate parity)

d2decec68f09f9430d625baf3847dacc57686609 · 2026-06-09 16:20:16 -0700 · Steve

Files touched

Diff

commit d2decec68f09f9430d625baf3847dacc57686609
Author: Steve <steve@designerwallcoverings.com>
Date:   Tue Jun 9 16:20:16 2026 -0700

    deploy: ship settlement vision-check + tick-guard to prod (hardened gate parity)
---
 deploy-kamatera.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deploy-kamatera.sh b/deploy-kamatera.sh
index ab731d7..231867a 100755
--- a/deploy-kamatera.sh
+++ b/deploy-kamatera.sh
@@ -107,7 +107,7 @@ rsync -az "$LOCAL_DIR/scripts/refresh_designs_snapshot.py" \
 #     for those features to work. List grows narrowly as endpoints add deps;
 #     don't unbox scripts/ wholesale.
 echo "[2d/6] ship runtime-endpoint scripts..."
-for script in scripts/seam-defect-boxes.py scripts/mint-shopify-download-token.js scripts/generate_designs.js scripts/generator_tick.js scripts/seam-heal-feather.py scripts/quantize-no-ghost.py scripts/recolor-tif.py scripts/tif-to-web.py scripts/pilot-build-tifs.py scripts/cron-build-tifs.sh scripts/backfill-rooms.py scripts/pil-room-composite.py scripts/cron-backfill-rooms.sh; do
+for script in scripts/seam-defect-boxes.py scripts/mint-shopify-download-token.js scripts/generate_designs.js scripts/generator_tick.js scripts/seam-heal-feather.py scripts/quantize-no-ghost.py scripts/recolor-tif.py scripts/tif-to-web.py scripts/pilot-build-tifs.py scripts/cron-build-tifs.sh scripts/backfill-rooms.py scripts/pil-room-composite.py scripts/cron-backfill-rooms.sh scripts/settlement_postgen_vision_check.js scripts/settlement_tick_guard.js; do
   if [ -f "$LOCAL_DIR/$script" ]; then
     rsync -az "$LOCAL_DIR/$script" "$REMOTE:$REMOTE_DIR/$script" && echo "  $script shipped"
   fi

← a3e8048 harden settlement vision fallback (debugger pass): reject no  ·  back to Wallco Ai  ·  restore script: generalize via CATEGORY_REGEX, hard-exclude 4a2ef63 →