← back to Dw Substitute Viewer

5x/REPORT.md

35 lines

# /5x report — Substitute Finder viewer (http://127.0.0.1:9948/)

## Sweep 1

| Phase | Check | Result |
|-------|-------|--------|
| A · M1 | HTTP contract | PASS — 200 text/html |
| A · M2 | Headless render | PASS — 920KB screenshot |
| A · M3 | Automation E2E | PASS — 10× `#grid .card`, 0 JS errors |
| B · B4 | Chrome | PASS |
| B · B5 | Safari | PASS |
| B · B6 | Firefox | PASS |
| C | Click-through | 3 timeouts — **false positives (see below)** |

### Phase-C timeouts — diagnosed, NOT real defects
- `search "recolor"` / `search clear` / `verdict button: dw` — the generic click-through
  agent (built for other apps) tried to `fill`/`click` **intentionally-hidden** inputs and
  auto-waited 30s for visibility.
- Evidence: 39 inputs total, **22 are `display:none`** — the per-card URL editors (`.iurl`
  /`.purl`, hidden until the "✎ URLs" toggle) and collapsed-section facet find-boxes.
- The single real search input (`#q`) **fills + filters correctly** (verified: no timeout).
- **0 JS errors** in any phase.

### Verdict
Six-way core (A+B) is clean and stable across all three engines. Phase-C failures are the
agent interacting with hidden-by-design controls — no user-facing defect, so **no fix applied**
(faking one would violate /5x's real-fixes-only rule). Real interactive controls verified
independently this session: facet filter, hex# re-rank, priority reorder, density text-collapse,
expand/collapse-all, drag-drop image (clobber fixed), CLIP re-rank.

### Optional (not a bug)
Lazy-render the per-card URL-editor inputs only when the "✎ URLs" editor is opened — removes
~20 hidden inputs from the DOM and silences the agent's false positives. Deferred: it's a
refactor of a working feature, not a defect fix.