{
  "api_checks_count": 0,
  "assertion_checks_count": 1,
  "checks_count": 1,
  "expected_result_count": 1,
  "issues": [],
  "level": 2,
  "ok": true,
  "requirements": [
    {
      "detail": "Worker must declare task-specific browser_checks in .orch-done.json.",
      "key": "task_browser_checks_present",
      "passed": true
    },
    {
      "detail": "Browser checks must target changed feature routes and specific selectors/text/actions.",
      "key": "task_browser_checks_substantive",
      "passed": true
    },
    {
      "detail": "Browser checks must use concrete routes and stable user-facing selectors.",
      "key": "browser_checks_grounded",
      "passed": true
    },
    {
      "detail": "Level 2 requires selector/text assertions proving the changed UI state.",
      "key": "level2_assertions",
      "passed": true
    },
    {
      "detail": "Level 2 requires expected_result/success_criteria explaining what success looks like.",
      "key": "level2_expected_result",
      "passed": true
    },
    {
      "detail": "Level 2 requires at least one POSITIVE assertion \u2014 a concrete assert_text value (e.g. the corrected \u00a3 total) or that a specific element is present. Absence-only checks (assert_no_text) do not prove the fix; they pass on an empty or wrong page.",
      "key": "level2_positive_assertion",
      "passed": true
    }
  ]
}