{
  "traceId": "trace-coding-agent-maintenance-suite-add-playwright-smoke-test",
  "suiteSlug": "coding-agent-maintenance-suite",
  "taskId": "add-playwright-smoke-test",
  "split": "public",
  "difficulty": "Medium",
  "inputBrief": "Add a bounded Playwright smoke test for Command-K search and verify it does not create runaway memory usage.",
  "expectedOutput": "A scoped test that opens search; types a query; navigates to a result; and exits cleanly.",
  "expectedEvidence": [
    "new smoke test",
    "bounded browser context",
    "clean verifier run"
  ],
  "scoringFocus": [
    "browser verification",
    "resource discipline",
    "search behavior"
  ],
  "scoreBreakdown": [
    [
      "Test coverage",
      35
    ],
    [
      "Scope",
      25
    ],
    [
      "Runtime discipline",
      25
    ],
    [
      "Verification",
      15
    ]
  ]
}
