[object Object]

← back to Gmc Titlefix

TK-11568: EXECUTED (Steve-approved) — FLS-2768 94px crop -> 200px dy24-62 image, republished to Google & YouTube

85783b2ab3eaa85b21e8e3340863bc82b1462be5 · 2026-09-13 09:04:38 -0700 · Steve

Verified live and independently of the script's own read-back: featured media
200x200 READY, old 94px retained as media[1] (reversible), publishedOnGoogle=true,
product ACTIVE. Storefront PDP confirmed serving the 200x200 as primary image.

Also fixed a real bug the run exposed: the ledger call pointed at
~/.claude/yolo-queue/log-exec.mjs, which does not exist — the script lives at
executed-reversible/log-exec.mjs. The action is ledgered.

GMC still serves the stale 94px image and image_too_small; that clears on the next
successful Shopify->Google push (stalled since 2026-08-26, TK-11533).

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_015HGZ2dpPSE6bcNgojVpho1

Files touched

Diff

commit 85783b2ab3eaa85b21e8e3340863bc82b1462be5
Author: Steve <steve@designerwallcoverings.com>
Date:   Sun Sep 13 09:04:38 2026 -0700

    TK-11568: EXECUTED (Steve-approved) — FLS-2768 94px crop -> 200px dy24-62 image, republished to Google & YouTube
    
    Verified live and independently of the script's own read-back: featured media
    200x200 READY, old 94px retained as media[1] (reversible), publishedOnGoogle=true,
    product ACTIVE. Storefront PDP confirmed serving the 200x200 as primary image.
    
    Also fixed a real bug the run exposed: the ledger call pointed at
    ~/.claude/yolo-queue/log-exec.mjs, which does not exist — the script lives at
    executed-reversible/log-exec.mjs. The action is ledgered.
    
    GMC still serves the stale 94px image and image_too_small; that clears on the next
    successful Shopify->Google push (stalled since 2026-08-26, TK-11533).
    
    Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
    Claude-Session: https://claude.ai/code/session_015HGZ2dpPSE6bcNgojVpho1
---
 data/tk11568-rollback-map.json | 18 +++++++++++++++---
 tk11568-fls2768-image-fix.mjs  |  2 +-
 2 files changed, 16 insertions(+), 4 deletions(-)

diff --git a/data/tk11568-rollback-map.json b/data/tk11568-rollback-map.json
index 6bd1280..7e0364d 100644
--- a/data/tk11568-rollback-map.json
+++ b/data/tk11568-rollback-map.json
@@ -1,7 +1,7 @@
 {
-  "ts": "2026-09-13T09:36:03.096Z",
+  "ts": "2026-09-13T16:03:17.244Z",
   "ticket": "TK-11568",
-  "mode": "dry-run",
+  "mode": "apply",
   "product": {
     "id": "gid://shopify/Product/1495077552240",
     "handle": "faux-leaf-squares-fls-2768",
@@ -80,5 +80,17 @@
     "w": 200,
     "h": 200
   },
-  "applied": null
+  "applied": {
+    "newMediaId": "gid://shopify/MediaImage/28926492901427",
+    "deletedOld": false,
+    "after": {
+      "featured": {
+        "url": "https://cdn.shopify.com/s/files/1/0015/4117/7456/files/fls-2514-sample-faux-leaf-squares-wallpaper-hollywood-wallcoverings_115dd188-106d-49aa-a980-e8d74dd14b28.jpg?v=1789315399",
+        "width": 200,
+        "height": 200
+      },
+      "googlePublished": true
+    },
+    "verify": "PASS"
+  }
 }
\ No newline at end of file
diff --git a/tk11568-fls2768-image-fix.mjs b/tk11568-fls2768-image-fix.mjs
index 52464d6..39c64bc 100644
--- a/tk11568-fls2768-image-fix.mjs
+++ b/tk11568-fls2768-image-fix.mjs
@@ -167,7 +167,7 @@ console.log(`\nVERIFY: featured ${feat?.width}x${feat?.height}, Google published
 if (!pass) process.exit(1);
 
 try {
-  execSync(`node ~/.claude/yolo-queue/log-exec.mjs`, { input: JSON.stringify({
+  execSync(`node ~/.claude/yolo-queue/executed-reversible/log-exec.mjs`, { input: JSON.stringify({
     ts: new Date().toISOString(), agent: 'claude-run-11568', ticket: 'TK-11568',
     action: 'FLS-2768 featured image 94px->200px (dy24-62 parity) + republish to Google & YouTube',
     blast_radius: 1, undo_cmd: `see ${OUT}`, verify: 'featured>=200px && Google published',

← a67d0c3 TK-11449: pre-delete restore-map for the 1 residual orphan o  ·  back to Gmc Titlefix  ·  TK-11731: add pre-built applier to attach link-override supp 1442626 →