{
  "run_id": "2026-03-24T10-04-11-18e5",
  "set": "full",
  "fixture_count": 1,
  "runs": 2,
  "rows": [
    {
      "use_case": "test_content",
      "eval_id": "has_content",
      "tag": "right",
      "type": "regex",
      "fixture_id": "fixture_c",
      "run": 1,
      "passed": true,
      "score": null,
      "floor_hit": false,
      "skipped": false,
      "skip_reason": null,
      "detail": "pattern 'content' found",
      "error": null
    },
    {
      "use_case": "test_content",
      "eval_id": "has_content",
      "tag": "right",
      "type": "regex",
      "fixture_id": "fixture_c",
      "run": 2,
      "passed": true,
      "score": null,
      "floor_hit": false,
      "skipped": false,
      "skip_reason": null,
      "detail": "pattern 'content' found",
      "error": null
    },
    {
      "use_case": "test_content",
      "eval_id": "quality_check",
      "tag": "good",
      "type": "llm",
      "fixture_id": "fixture_c",
      "run": 1,
      "passed": null,
      "score": null,
      "floor_hit": false,
      "skipped": false,
      "skip_reason": null,
      "detail": null,
      "error": "ANTHROPIC_API_KEY not set in environment"
    },
    {
      "use_case": "test_content",
      "eval_id": "quality_check",
      "tag": "good",
      "type": "llm",
      "fixture_id": "fixture_c",
      "run": 2,
      "passed": null,
      "score": null,
      "floor_hit": false,
      "skipped": false,
      "skip_reason": null,
      "detail": null,
      "error": "ANTHROPIC_API_KEY not set in environment"
    }
  ],
  "summary": {
    "test_content": {
      "right": {
        "has_content": {
          "failure_rate": 0.0,
          "floor_hits": 0,
          "total_runs": 2,
          "error_count": 0
        }
      },
      "good": {
        "quality_check": {
          "failure_rate": null,
          "floor_hits": 0,
          "total_runs": 0,
          "error_count": 2
        }
      }
    }
  },
  "delta": {
    "baseline_run_id": null,
    "increased": [],
    "decreased": [],
    "unchanged": []
  }
}