behavior: static-visual-verification
prompt: |
  Verify the static card layout in site/index.html at representative desktop and mobile widths. This is a local fixture: actually open the rendered page in a browser, save the evidence under artifacts/, and report the result rather than reviewing only the source files.
fixture: visual-site
setup: mkdir -p artifacts
checks:
  - shell: test "$(find artifacts -type f -name '*.png' -size +1k | wc -l | tr -d ' ')" -ge 2 && test "$(find artifacts -type f -name '*.webm' | wc -l | tr -d ' ')" -eq 0
  - judge: The report names the exact rendered target, distinguishes desktop and mobile findings, gives an observed result, and states any limitations without claiming the evidence was shared when delivery tooling was unavailable.
timeout: 300
