iop/scripts/fixtures/agent-comparison-benchmark/prompt.md
toki 374b0287bb fix(benchmark): 전체 채점 완료 기준을 강화한다
채점 lifecycle과 provenance 복구를 보존하고 2개 scored 상태를 최종 완료로 오인하지 않도록 9/9 채점 기준을 명시한다.
2026-08-13 19:55:44 +09:00

1.3 KiB

Build a polished, responsive product card for the fictional product described in brief/reference.txt.

Requirements:

  • Create exactly these implementation files at the workspace root: index.html, styles.css, and script.js.
  • Use both provided local images, assets/aurora-grid.svg and assets/orbit-rings.svg, as visible <img> content with meaningful alt text.
  • Compose one compact card with a small product header, one hero area, and one primary CTA using the supplied copy. Do not add feature, workflow, testimonial, pricing, or footer sections.
  • Provide one tiny keyboard-accessible toggle in script.js for the supplied status detail; the detail must remain readable when JavaScript is unavailable.
  • Support the supplied desktop and mobile viewports without horizontal overflow, clipped primary content, or overlapping controls.
  • Use semantic HTML, visible focus states, sufficient text/background contrast, a logical heading order, and labels for interactive controls.
  • Do not use external network assets, frameworks, package managers, build tools, inline data URLs, or generated replacements for the provided images.
  • Do not add credentials, private endpoints, analytics, trackers, or production data.

Finish only after all three required files exist and the page can be served as static files from the workspace root.