schema_version = 8 [[tasks]] agent = "debug_lead" task_kind = "analysis" task = "Inspect the debugging evaluation fixture read-only and describe the reproduction, repair, and verification barriers." mode = "read-only" wall_timeout_seconds = 600 [[tasks]] agent = "independent_reproducer" task_kind = "reproduction" task = "Reproduce the currently passing debugging fixture without editing production source. If no failure exists, return only valid reproduction JSON with status not_reproduced and correlated command evidence; make no changes." backend = "mcp" mode = "read-only" wall_timeout_seconds = 900 [[tasks]] agent = "fix_verifier" task_kind = "verification" task = "Verify the current debugging fixture tests read-only. Return only valid verification JSON with captured command evidence and no unsupported pass claim." backend = "mcp" mode = "read-only" wall_timeout_seconds = 900