{
  "traceId": "trace-coding-agent-maintenance-suite-repair-failing-static-build",
  "suiteSlug": "coding-agent-maintenance-suite",
  "taskId": "repair-failing-static-build",
  "split": "holdout",
  "difficulty": "Hard",
  "inputBrief": "Diagnose a Next.js static build failure caused by optional content fields and make the renderer type-safe without broad rewrites.",
  "expectedOutput": "A narrow fix that handles optional content safely and proves the static build succeeds.",
  "expectedEvidence": [
    "type-safe fallback",
    "successful build",
    "scoped diff"
  ],
  "scoringFocus": [
    "debugging",
    "minimal patch",
    "build verification"
  ],
  "scoreBreakdown": [
    [
      "Diagnosis",
      30
    ],
    [
      "Type safety",
      30
    ],
    [
      "Scope control",
      20
    ],
    [
      "Build proof",
      20
    ]
  ]
}
