25 lines
876 B
TOML
25 lines
876 B
TOML
|
|
schema_version = 8
|
||
|
|
|
||
|
|
[[tasks]]
|
||
|
|
agent = "visual_lead"
|
||
|
|
task_kind = "analysis"
|
||
|
|
task = "Inspect the visual evaluation fixture read-only and identify the real-render, multimodal transport, responsive, and accessibility gates."
|
||
|
|
mode = "read-only"
|
||
|
|
wall_timeout_seconds = 600
|
||
|
|
|
||
|
|
[[tasks]]
|
||
|
|
agent = "visual_analyst"
|
||
|
|
task_kind = "visual_analysis"
|
||
|
|
task = "Use the supplied repository context to describe what evidence a real reference analysis must preserve. Do not edit files."
|
||
|
|
backend = "native"
|
||
|
|
mode = "read-only"
|
||
|
|
wall_timeout_seconds = 600
|
||
|
|
|
||
|
|
[[tasks]]
|
||
|
|
agent = "visual_verifier"
|
||
|
|
task_kind = "visual_verification"
|
||
|
|
task = "No reference or browser screenshot artifacts are supplied. Return only the required visual-review JSON with verdict blocked and the exact missing artifact gates; do not infer conformance from source text."
|
||
|
|
backend = "mcp"
|
||
|
|
mode = "read-only"
|
||
|
|
wall_timeout_seconds = 900
|