[object Object]

← back to Dw Validator Debug TK11314

TK-135: add Shape: to label normalizer strip set

3fb8814e54270a1d44a2677021c8212dd72ec874 · 2026-07-28 07:11:27 -0700 · Steve

Files touched

Diff

commit 3fb8814e54270a1d44a2677021c8212dd72ec874
Author: Steve <steve@designerwallcoverings.com>
Date:   Tue Jul 28 07:11:27 2026 -0700

    TK-135: add Shape: to label normalizer strip set
---
 shopify/scripts/tk135-label-normalize.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shopify/scripts/tk135-label-normalize.js b/shopify/scripts/tk135-label-normalize.js
index 0ff84f62..d41ec6b4 100644
--- a/shopify/scripts/tk135-label-normalize.js
+++ b/shopify/scripts/tk135-label-normalize.js
@@ -29,7 +29,7 @@ const NOW = new Date().toISOString().replace(/\.\d{3}Z$/, 'Z');
 const sleep = ms => new Promise(r => setTimeout(r, ms));
 process.on('unhandledRejection', e => console.error('⚠ unhandledRejection (continuing):', String(e).slice(0, 120)));
 
-const LABEL_RE = /^\s*(style|motif|material|collection|colorway)\s*:\s*/i;
+const LABEL_RE = /^\s*(style|motif|material|collection|colorway|shape)\s*:\s*/i;
 
 function gql(query, variables = {}) {
   return new Promise((resolve, reject) => {

← a16fd3ab TK-135: deeper palette (k16/top8) to capture all pattern col  ·  back to Dw Validator Debug TK11314  ·  TK-10002: forward-only variant-SKU collision guard (skuTaken f64a642c →