← back to Dw Five Field Step0
chore: macstudio3 migration — reconcile from mac2 + repoint paths (stevestudio2→macstudio3, node/npm/npx→/opt/homebrew)
c598e452aa82f45938a234cd4db6e8c852c14782 · 2026-07-03 08:07:57 -0700 · Steve
Files touched
M bulk-fivefield-exec.pyM match-jd-combined-cost.pyM match-pr-pointe-cost.pyM scripts/set-lec-min5.py
Diff
commit c598e452aa82f45938a234cd4db6e8c852c14782
Author: Steve <steve@designerwallcoverings.com>
Date: Fri Jul 3 08:07:57 2026 -0700
chore: macstudio3 migration — reconcile from mac2 + repoint paths (stevestudio2→macstudio3, node/npm/npx→/opt/homebrew)
---
bulk-fivefield-exec.py | 2 +-
match-jd-combined-cost.py | 2 +-
match-pr-pointe-cost.py | 2 +-
scripts/set-lec-min5.py | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/bulk-fivefield-exec.py b/bulk-fivefield-exec.py
index c8f8bd7..3815ea2 100644
--- a/bulk-fivefield-exec.py
+++ b/bulk-fivefield-exec.py
@@ -42,7 +42,7 @@ class DailyVariantLimit(BaseException):
DOMAIN = "designer-laboratory-sandbox.myshopify.com"
API = "2024-10"
-OUTDIR = "/Users/stevestudio2/Projects/dw-five-field-step0/out"
+OUTDIR = "/Users/macstudio3/Projects/dw-five-field-step0/out"
RESULT = os.path.join(OUTDIR, "bulk-fivefield-result.json")
SAMPLE_PRICE = "4.25"
# --- display_variant legacy tag backfill (Option A, DTD 3/3 2026-06-24) -------
diff --git a/match-jd-combined-cost.py b/match-jd-combined-cost.py
index 338771b..f9ca1af 100644
--- a/match-jd-combined-cost.py
+++ b/match-jd-combined-cost.py
@@ -32,7 +32,7 @@ NEVER expose Pointe / Justin David / Command54 customer-facing (private label).
import json, re, subprocess
from collections import Counter
-HERE = "/Users/stevestudio2/Projects/dw-five-field-step0"
+HERE = "/Users/macstudio3/Projects/dw-five-field-step0"
POINTE = f"{HERE}/vendor-pricelists/pointe-jd-prices.json"
OWNLINE = f"{HERE}/vendor-pricelists/jd-ownline-prices.json"
OUT = f"{HERE}/out/jd-combined-cost-diff.json"
diff --git a/match-pr-pointe-cost.py b/match-pr-pointe-cost.py
index 077bb6e..6dc20ef 100644
--- a/match-pr-pointe-cost.py
+++ b/match-pr-pointe-cost.py
@@ -27,7 +27,7 @@ NEVER expose Pointe / Justin David / Command54 customer-facing (private label).
import json, re, subprocess, sys
from collections import Counter
-HERE = "/Users/stevestudio2/Projects/dw-five-field-step0"
+HERE = "/Users/macstudio3/Projects/dw-five-field-step0"
PRICE = f"{HERE}/vendor-pricelists/pointe-jd-prices.json"
OUT = f"{HERE}/out/pr-pointe-cost-diff.json"
diff --git a/scripts/set-lec-min5.py b/scripts/set-lec-min5.py
index d249c4b..78f42e3 100644
--- a/scripts/set-lec-min5.py
+++ b/scripts/set-lec-min5.py
@@ -21,7 +21,7 @@ import json, subprocess, time, urllib.request
TOKEN = "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"
API = "https://designer-laboratory-sandbox.myshopify.com/admin/api/2024-01"
-OUT = "/Users/stevestudio2/Projects/dw-five-field-step0/out/lec-min5-result.json"
+OUT = "/Users/macstudio3/Projects/dw-five-field-step0/out/lec-min5-result.json"
MIN_YD, STEP = "5", "1"
def req(method, path, body=None):
← 13909da auto-save: 2026-07-03T03:24:31 (1 files) — out/bulk-fivefiel
·
back to Dw Five Field Step0
·
auto-save: 2026-07-07T08:56:34 (2 files) — out/bulk-fivefiel c4f69c1 →