Sister Parish Onboarding

repo: ~/Projects/sister-parish-onboarding · 27 commits · 0 in last 24h, 0 in last 7d ·

Search the build

27 commits indexed

  1. e058c64 2026-07-03 chore: macstudio3 migration — reconcile from mac2 + repoint paths (stevestudio2→macstudio3, node/npm/npx→/opt/homebrew)
  2. 16193e6 2026-06-21 auto-save: 2026-06-21T18:53:00 (1 files) — scripts/_deep-probe.js
  3. f1ec46d 2026-05-19 broaden .gitignore to exclude .bak/.pre-* snapshot files and .next/
  4. 92e3f85 2026-05-19 add noopener noreferrer to external _blank links + .bak/.pre snapshot 404-guard
  5. 4280d5a 2026-05-18 sp: set_variants.js — flatten 72 products to 2 variants (Roll (with specs) / Sample), added missing sample to Dot All Over Pink; Boxwood Stripe skipped (multi-colorway)
  6. 62e1af1 2026-05-18 sp: enrich_metafields v2 — fix dwc.content type to multi_line; 72/73 enriched with item_width/roll_size/repeats/match/country
  7. 6b8b0b8 2026-05-18 sp: ran private_label — deleted 52 dupes, renumbered 73 keepers to DWPH-10001 (Saybrook House)
  8. c283bfa 2026-05-18 sp: enrich_metafields.js — push DW spec metafields (item_width, roll_size, repeats, match, country) from PDP crawl, joined to live store by title
  9. 2c68b15 2026-05-18 sp: private_label v2 — add display_variant tag + dwc.mfr_number + sample-variant check
  10. 386a360 2026-05-18 sp: private_label.js — dedupe + renumber to DWSH-10001 series (Saybrook House)
  11. aac311d 2026-05-18 sp: check_sp_inventory.js — audit + set all 250 SP variants to qty 2026
  12. a28adca 2026-05-18 sp: activate_sp.js — flip all 50 draft Sister Parish products to active
  13. 8b0c300 2026-05-12 fix: preflight count by 3-call status sum (status=any returns 0 in 2026-01)
  14. 0a5d2b8 2026-05-12 fix: drop status=any from /products.json list (invalid in API 2026-01, returns 0)
  15. b6c1a27 2026-05-12 fix: bump SP metafield namespace dw→dwc (Shopify requires ≥3 chars)
  16. b825dc7 2026-05-12 sp: preflight.sh — single-shot health read for YOLO ticks
  17. 52bd57d 2026-05-11 Shopify: bump to API 2026-01
  18. 2570b30 2026-05-11 tick 7: SP viewer × wallco PD bridge — 'PD inspirations →' button on every SP card opens modal with 3 nearest Lab-color PD matches; image proxy /pd-img/<source>/<file> reads from wallco-ai/data/images
  19. 134a484 2026-05-11 SP color v2: center-crop 80% before palette extraction — near-white dominants 7→4 · cross-match cleanup — Appleton Beige #e4d9c6 → Met 'Seaman's Wife's Reckoning' #e7dac7 (Lab dist 0.91, much improved over v1)
  20. 280a3a3 2026-05-11 tick 5: Shopify still 0 · cross-match SP × PD in Lab space (219 matches, 73 × 3) · tileability score (11 seamless / 38 near / 24 photo)
  21. 1c08599 2026-05-11 tick 4: Shopify still 0 SP products · recorded 10 Backend-C research link-outs (google+etsy) for 5 SKUs across price tiers; ToS-clean, no scrape
  22. 0956a19 2026-05-11 schedule Shopify push for Wed 2am PT via launchd com.steve.sister-parish-push (idempotent, self-unloads at 73/73)
  23. 81602d3 2026-05-11 tick 3: normalize curly quotes in specs · extract dominant_hex + 5-color palette (73/73) · wire color-wheel/light-dark sorts + color dot in viewer
  24. 17c8526 2026-05-11 viewer: sister parish browse UI on :9790 (sort + density slider, pm2 supervised)
  25. 968aee9 2026-05-11 crawl Sister Parish PDPs → enrich catalog with width/repeat/COO/paint specs (72/73 products)
  26. b1825fc 2026-05-11 add shopify push + backfill scripts; CSV import path (Shopify daily variant cap workaround)
  27. e59d98a 2026-05-11 initial scaffold: Sister Parish wallcoverings onboarding (73 prints, dw_retail = vendor/0.85)

Authors

Agents used

  • none detected

Skills used

  • /local2
  • /npm1
  • /npx1
  • /homebrew1
  • /repeats1
  • /match1
  • /country1
  • /products1
  • /pd-img1
  • /data1
  • /images1
  • /light-dark1
  • /repeat1
  • /paint1

Creative ideas + design notes

Commits with substantial prose (≥120 chars) — the rationale behind each move.

f1ec46d · 2026-05-19 · broaden .gitignore to exclude .bak/.pre-* snapshot files and .next/
Fleet-wide hygiene rule — snapshot files must never land in git so the
404-guard middleware never has anything stale to refuse. Mirrors the
.gitignore baseline used across the rest of the DW sister sites.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
92e3f85 · 2026-05-19 · add noopener noreferrer to external _blank links + .bak/.pre snapshot 404-guard
Code-health fleet sweep pass: closes the reverse-tabnabbing vector on
the two external target=_blank anchors (vendor source PDP, PD-corpus
source link in the inspirations modal). Also adds an Express middleware
404-guard so .bak / .bak.* / .pre-* / .pre.* snapshot paths can never
be served via static even if one slips into the tree.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
b825dc7 · 2026-05-12 · sp: preflight.sh — single-shot health read for YOLO ticks
Replaces the curl+grep+dry-run dance future ticks were doing each time
with one O(1) call. Reports: live SP count (status=any), plist installed
& loaded, dry-run would-create count. Exit code: 0 GREEN, 1 mixed, 2 env fail.

Uses the same node-path fallback chain as scheduled_push.sh (homebrew →
/usr/local → which node) so it works on both Mac1 (homebrew) and Mac2
(/usr/local/bin/node).

File tree

35 files tracked. Click any to browse the source at HEAD.

Other build journals

← Silverleafwallpaper  ·  all 4 projects  ·  Site Factory →

Export

commits.csv · feed.atom · project.json · commits.json

rendered in 0ms