[object Object]

← back to Wallco Ai

Publish luxe-v2 batch L4 image-reviewed+seed-deduped (41878,41888,41897,41900,41885) — Orangutans/Peacocks/Elephants/Capybaras/Frogs; expand animal lexicon (capybara etc). live+verified (+5)

03d26cffd1884d07880deffd1c97c40aee408d21 · 2026-05-31 17:07:14 -0700 · Steve

Files touched

Diff

commit 03d26cffd1884d07880deffd1c97c40aee408d21
Author: Steve <steve@designerwallcoverings.com>
Date:   Sun May 31 17:07:14 2026 -0700

    Publish luxe-v2 batch L4 image-reviewed+seed-deduped (41878,41888,41897,41900,41885) — Orangutans/Peacocks/Elephants/Capybaras/Frogs; expand animal lexicon (capybara etc). live+verified (+5)
---
 scripts/force-tag-drunk-animals-luxe-batchL4-0531.sql |  9 +++++++++
 scripts/refresh_designs_snapshot.py                   | 13 +++++++------
 2 files changed, 16 insertions(+), 6 deletions(-)

diff --git a/scripts/force-tag-drunk-animals-luxe-batchL4-0531.sql b/scripts/force-tag-drunk-animals-luxe-batchL4-0531.sql
new file mode 100644
index 0000000..d3b6c55
--- /dev/null
+++ b/scripts/force-tag-drunk-animals-luxe-batchL4-0531.sql
@@ -0,0 +1,9 @@
+-- Luxe-v2 batch L4, image-reviewed + seed-deduped vs published, Steve "go and open" 2026-05-31.
+-- Orangutans Saunter/Chamois, Peacocks Saunter/Bottle Green, Elephants Toast/Chartreuse, Capybaras Carouse/Terracotta, Frogs Bacchanal/Olive.
+-- Added capybara+hippo/rhino/zebra/etc to ANIMALS lexicon so capybara names correctly. NO settlement override (all NULL).
+BEGIN;
+UPDATE all_designs SET is_published=TRUE, web_viewer=TRUE,
+  tags=(array_remove(COALESCE(tags,ARRAY[]::text[]),'curator-force-publish'))||ARRAY['curator-force-publish']::text[] WHERE id IN (41878,41888,41897,41900,41885);
+UPDATE spoon_all_designs SET is_published=TRUE, user_removed=FALSE,
+  tags=(array_remove(COALESCE(tags,ARRAY[]::text[]),'curator-force-publish'))||ARRAY['curator-force-publish']::text[] WHERE id IN (41878,41888,41897,41900,41885);
+COMMIT;
diff --git a/scripts/refresh_designs_snapshot.py b/scripts/refresh_designs_snapshot.py
index 61efc39..11c096b 100644
--- a/scripts/refresh_designs_snapshot.py
+++ b/scripts/refresh_designs_snapshot.py
@@ -93,12 +93,13 @@ def colorway_name(hex_):
 # ── Motif-aware pattern names for the animal categories ─────────────────────
 # Parse the actual creature out of the prompt so the name describes the design
 # ("Peacock Carouse in Verdigris") instead of a generic "Marine Vignette".
-ANIMALS = ['peacock','giraffe','elephant','orangutan','bullfrog','treefrog',
-           'sloth','parrot','macaw','lemur','panda','flamingo','toucan','owl',
-           'fox','raccoon','koala','otter','badger','hare','rabbit','tiger',
-           'lion','bear','stag','deer','hedgehog','squirrel','swan','crane',
-           'heron','pheasant','cockatoo','gecko','chameleon','turtle',
-           'hummingbird','monkey','frog']
+ANIMALS = ['peacock','giraffe','elephant','orangutan','capybara','bullfrog',
+           'treefrog','sloth','parrot','macaw','lemur','panda','flamingo',
+           'toucan','hippo','rhino','zebra','warthog','boar','llama','camel',
+           'wombat','kangaroo','owl','fox','raccoon','koala','otter','badger',
+           'hare','rabbit','tiger','lion','bear','stag','deer','hedgehog',
+           'squirrel','swan','crane','heron','pheasant','cockatoo','gecko',
+           'chameleon','turtle','toad','hummingbird','monkey','frog']
 # display plural override; default is Capitalize + 's'
 ANIMAL_PLURAL = {'fox':'Foxes','hare':'Hares','stag':'Stags','deer':'Deer',
                  'goose':'Geese','monkey':'Monkeys',

← 004c457 Publish luxe-v2 batch L3 image-reviewed (41871,41905,41875,4  ·  back to Wallco Ai  ·  Fix PDP inline-script escape-collapse + restore grid density 7f2e28e →