# Task V1 · Initial / 初始版

Status: frozen 2026-07-19 as verification-line control base (SHA in manifest.json/VERSIONING.md); do not edit — introduce a new version instead  
Module ID: `task-V1-initial`  
Language: English, proposed runtime text  
Runtime placeholder: `{{REFERENCE_IMAGE_PATH}}`

This module defines only the image-to-code task. Artifact discovery and dependency policy belong to
the runtime contract; verification, external-tool use, checkpoints, gates, and scoring remain outside B2.

```text
<image_to_code_task>

Reference image: `{{REFERENCE_IMAGE_PATH}}`

Create a faithful, live, and editable HTML reproduction of the visible state shown in the reference image. The primary target is fidelity when rendered at the reference image's native pixel dimensions.

- Keep readable text and interface content as real, visible DOM elements. Do not use the complete reference image, or rasterized readable content, as a substitute for the implementation.
- Match each visible element as closely as possible to the position and bounding box of its corresponding region in the reference image.
- For editable text flow, use normal document flow, flexbox, or grid. Do not use absolute positioning, fixed-layout tables, positioned text boxes, or manual `<br>` elements to imitate natural text wrapping.

</image_to_code_task>
```
