← back to Studio Zero

5x/sweep-1.md

12 lines

# 5x sweep 1 — studio-zero (demo mode)
Target: http://127.0.0.1:4190/  · Result: 4/7 (M1, M3, 2 clickthrough fails)

## Caught + fixed
1. M3 1 JS error = `/favicon.ico` 404 (no favicon on page). → added inline data-URI SVG favicon.
2. Clickthrough: "Download plan" + "Copy markdown" click-timeout — the buttons rendered
   dimmed-but-present (pointer-events:none via .done0) when 0 steps done, so Playwright's
   click waited 5s. → now those export buttons are only RENDERED when ≥1 step is done
   (better UX: no inert dead buttons; nothing for clickthrough to hang on).
3. M1 "fetch failed" — M2/M3/curl all reached the server, so likely a startup race on the
   first undici fetch. Watching next sweep; will bind explicitly if it recurs.