← back to Wallco Ai
refresh_designs_snapshot: allowlist gemini-2.5-flash-image (no -edit) so fliepaper-bugs remakes land in snapshot
e65fc993f7fd352c8f95f9260ccccabea991ef44 · 2026-05-26 10:07:29 -0700 · Steve Abrams
Files touched
M scripts/refresh_designs_snapshot.py
Diff
commit e65fc993f7fd352c8f95f9260ccccabea991ef44
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Tue May 26 10:07:29 2026 -0700
refresh_designs_snapshot: allowlist gemini-2.5-flash-image (no -edit) so fliepaper-bugs remakes land in snapshot
---
scripts/refresh_designs_snapshot.py | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/scripts/refresh_designs_snapshot.py b/scripts/refresh_designs_snapshot.py
index a2c9421..97eb287 100644
--- a/scripts/refresh_designs_snapshot.py
+++ b/scripts/refresh_designs_snapshot.py
@@ -87,7 +87,11 @@ rows = psql_json(
# 2026-05-26 — added 'pil-edge-heal' (scripts/edge_seam_heal.py) for the same
# reason: the tile-edge-wrap cohort heals. Rows are is_published=FALSE until an
# edges-agent PASS promotes them, so public /api/designs still filters them out.
- "FROM spoon_all_designs WHERE generator IN ('replicate','gemini-2.5-flash-image-edit','comfy','pil-mid-heal','pil-edge-heal') ORDER BY id) t;"
+ # 2026-05-26 — added 'gemini-2.5-flash-image' (no -edit suffix) so the fresh
+ # fliepaper-bugs Gemini remakes land in the snapshot. Same allowlist-gap class
+ # as the earlier '-edit' fix; only is_published rows display, so the 57 unpublished
+ # remakes stay hidden while Steve's approved PASS + cabinet murals go live.
+ "FROM spoon_all_designs WHERE generator IN ('replicate','gemini-2.5-flash-image-edit','gemini-2.5-flash-image','comfy','pil-mid-heal','pil-edge-heal') ORDER BY id) t;"
)
import re as _re
← f168a77 TODO: edge-heal scaled 630/630 (~72% PASS, ~454 promotable)
·
back to Wallco Ai
·
snapshot refresh: allowlist gemini-2.5-flash-image generator a39972d →