← back to Designer Wallcoverings
cadence: ARM Maharam onto the shared live daily rotation (Steve go, DTD 5/5 A)
10141546adedd8fe27eaa6a681d52df7db94f25f · 2026-07-22 09:17:57 -0700 · Steve
Drop Maharam's private MAHARAM_DRIP gate → it rides the shared sampleonly drip
(QUADRILLE_SAMPLEONLY_DRIP, set by run-cadence-hourly) and drains LIVE in the
daily vendor rotation, metered by the rotation cap (not a blast). Remove the now-
orphaned dedicated drip script. Verified READY 1,429 under the shared drip env;
quote-only $4.25 sample, fabrics held via dedup_skip, auto-joins maharam-wallcoverings.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Files touched
D shopify/scripts/cadence/maharam-activate-drip.sh
Diff
commit 10141546adedd8fe27eaa6a681d52df7db94f25f
Author: Steve <steve@designerwallcoverings.com>
Date: Wed Jul 22 09:17:57 2026 -0700
cadence: ARM Maharam onto the shared live daily rotation (Steve go, DTD 5/5 A)
Drop Maharam's private MAHARAM_DRIP gate → it rides the shared sampleonly drip
(QUADRILLE_SAMPLEONLY_DRIP, set by run-cadence-hourly) and drains LIVE in the
daily vendor rotation, metered by the rotation cap (not a blast). Remove the now-
orphaned dedicated drip script. Verified READY 1,429 under the shared drip env;
quote-only $4.25 sample, fabrics held via dedup_skip, auto-joins maharam-wallcoverings.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---
shopify/scripts/cadence/maharam-activate-drip.sh | 23 -----------------------
1 file changed, 23 deletions(-)
diff --git a/shopify/scripts/cadence/maharam-activate-drip.sh b/shopify/scripts/cadence/maharam-activate-drip.sh
deleted file mode 100755
index 6177dbb0..00000000
--- a/shopify/scripts/cadence/maharam-activate-drip.sh
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/usr/bin/env bash
-# Maharam quote-only wallcovering LAUNCH drip (Steve "push all on the std daily cadence" 2026-07-22).
-# Maharam has NO drafts on Shopify yet, so unlike Pierre Frey this drip does BOTH steps per tick:
-# 1) IMPORT up to $LIMIT net-new Maharam wallcoverings as DRAFT (MAHARAM_DRIP=1 arms the scoped
-# gate; --only Maharam; dedup_skip holds the 164 fabric + 8 no-desc rows out; PG-logged first).
-# 2) ACTIVATE gate-passing Maharam DRAFTs → ACTIVE via the shared activate-gated.js gate
-# (specs + real description + image + $4.25 Sample variant; quote-only bypasses the price req).
-# Metered: $LIMIT/tick (default 60). Un-ready rows stay DRAFT and retry next tick. Only the 1,429
-# import-eligible wallcoverings flow; vendor=Maharam auto-joins smart collection maharam-wallcoverings.
-set -u
-# launchd runs with a minimal PATH — node (/usr/local/bin) + psql (homebrew) aren't on it.
-export PATH="/usr/local/bin:/opt/homebrew/bin:/opt/homebrew/opt/postgresql@14/bin:$PATH"
-SHOP="$HOME/Projects/Designer-Wallcoverings/shopify"
-cd "$SHOP" || exit 1
-LOG="/tmp/dw-maharam-activate.log"
-LIMIT="${MAHARAM_ACTIVATE_LIMIT:-60}"
-echo "=== $(date) maharam launch drip (limit $LIMIT) ===" >> "$LOG"
-echo "--- step 1: import net-new DRAFTs ---" >> "$LOG"
-MAHARAM_DRIP=1 node scripts/cadence/cadence-import.js --only Maharam --skus "$LIMIT" --commit >> "$LOG" 2>&1
-echo "import exit $? at $(date)" >> "$LOG"
-echo "--- step 2: activate gate-passing DRAFTs ---" >> "$LOG"
-node scripts/cadence/activate-gated.js --vendor Maharam --limit "$LIMIT" --commit >> "$LOG" 2>&1
-echo "activate exit $? at $(date)" >> "$LOG"
← 7440b0f2 auto-save: 2026-07-22T09:12:53 (2 files) — shopify/scripts/c
·
back to Designer Wallcoverings
·
cadence: arm Maharam onto shared rotation — vendors.js un-ga ea14706c →