[object Object]

← back to Designer Wallcoverings

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

fc665d1c428ea21607aac9844ed6b8d79395f20c · 2026-07-28 07:11:27 -0700 · Steve

Files touched

Diff

commit fc665d1c428ea21607aac9844ed6b8d79395f20c
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) => {

← 28363744 TK-135: deeper palette (k16/top8) to capture all pattern col  ·  back to Designer Wallcoverings  ·  TK-10002: forward-only variant-SKU collision guard (skuTaken f8969b83 →