[object Object]

← back to Wallco Ai

mid_seam_heal: default is_published=FALSE (was TRUE — bypassed edges-agent quality bar, 65% of healed outputs were WARN)

053b914d1cf1e3b0ce23f33b8f2fd203ff60adce · 2026-05-26 08:58:12 -0700 · Steve Abrams

Files touched

Diff

commit 053b914d1cf1e3b0ce23f33b8f2fd203ff60adce
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Tue May 26 08:58:12 2026 -0700

    mid_seam_heal: default is_published=FALSE (was TRUE — bypassed edges-agent quality bar, 65% of healed outputs were WARN)
---
 scripts/mid_seam_heal.py | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/scripts/mid_seam_heal.py b/scripts/mid_seam_heal.py
index afbc48e..2b63341 100755
--- a/scripts/mid_seam_heal.py
+++ b/scripts/mid_seam_heal.py
@@ -16,7 +16,10 @@ Round-1-sacred pattern (per feedback_round_one_outputs_are_sacred):
   - New spoon_all_designs row INSERTed:
       generator='pil-mid-heal'
       parent_design_id=<src_id>
-      is_published=TRUE
+      is_published=FALSE  (2026-05-26: was TRUE; auto-publish was bypassing
+                          the edges-agent quality bar. 65% of healed outputs
+                          were edges-agent WARN. Now requires explicit
+                          edges-agent PASS before promotion to is_published=true.)
       notes='mid_heal of #<src_id>: PIL band-blur BAND=12 SIGMA=4.0'
   - Source kept is_published=FALSE (it already was, from the edges sweep)
   - Source gets notes append: ' | MID_HEALED_BY: <new_id>'
@@ -232,7 +235,7 @@ WITH ins AS (
   SELECT
     h.kind, 'wallco.ai', h.width_in, h.height_in, h.panels, 'pil-mid-heal',
     h.prompt, h.seed, h.image_url, h.local_path, h.dominant_hex, h.palette,
-    h.category, TRUE, h.src_id, h.notes
+    h.category, FALSE, h.src_id, h.notes  -- 2026-05-26: was TRUE; now requires edges-agent PASS before promotion
   FROM _heal_in h
   RETURNING id AS new_id, parent_design_id AS src_id
 )

← ada55f4 TODO.md — surface session work to CNCP task panel  ·  back to Wallco Ai  ·  tile-profile prompts v2: re-add ghost+frame+watermark bans ( 654c9be →