← back to Wallco Ai
TODO: check off route-audit + aesthetic-gate diagnostics (both clean)
823ced1ce457718db1b23fe9715230648d4133b6 · 2026-05-26 09:42:19 -0700 · Steve Abrams
Files touched
Diff
commit 823ced1ce457718db1b23fe9715230648d4133b6
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Tue May 26 09:42:19 2026 -0700
TODO: check off route-audit + aesthetic-gate diagnostics (both clean)
---
TODO.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/TODO.md b/TODO.md
index 3bdb684..ee8de4a 100644
--- a/TODO.md
+++ b/TODO.md
@@ -15,9 +15,9 @@ up unchecked rows automatically.
## Architecture / dev hygiene
-- [ ] Audit server.js for OTHER duplicate routes (the `/api/design/:id/fix` shadow was deleted in 68b78757 — grep for any other paths registered twice; Express first-match silently hides shadows)
-- [ ] passesAestheticGate in loadDesigns drops 7,790 of 11,306 published rows from the in-memory DESIGNS cache — verify the filter is still right or relax it (it may be over-rejecting after the mid-heal batch added 7,329 new rows that have slightly-blurred bands)
-- [ ] Consider exposing the 7,790 filtered designs in `/admin/edges-review` so an admin can see what the aesthetic gate is hiding
+- [x] Audit server.js for duplicate routes — CLEAN. Zero true method+path conflicts. The /api/design/:id/fix shadow stayed deleted (68b78757); the 4 grep "dupes" were legit GET+POST pairs (/api/bg-textures, /api/generator/recipes, /login) + the leftover removed-route comment string.
+- [x] passesAestheticGate diagnosis — NOT over-rejecting. Only ~435 dropped (PG published 6,299 → prod DESIGNS 5,864), the expected neon/rainbow filter. The "7,790" worry was a stale "Designs loaded: 3516" reading from an early restart; post-deploy count is 5,864. All 2,348 published mid-heal rows have a dominant_hex so they don't hit the null-hex neon fallback.
+- [ ] (Optional) Expose aesthetic-gate-filtered designs in /admin/edges-review so an admin can see the ~435 the gate hides — LOW priority, gate is behaving correctly
## Pre-existing pile (not from this session, but visible)
← c89f613 Fix 3 v2: add MakeCircularVAE — UNet-only patch left VAE re-
·
back to Wallco Ai
·
TODO: close WARN-cohort item with finding (already culled + 7365543 →