This commit is contained in:
2026-08-24 08:11:59 -07:00
commit 53df0eed10
275 changed files with 133056 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
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