{
  "traceId": "trace-coding-agent-maintenance-suite-fix-command-k-search-regression",
  "suiteSlug": "coding-agent-maintenance-suite",
  "taskId": "fix-command-k-search-regression",
  "split": "public",
  "difficulty": "Medium",
  "inputBrief": "Given a Next.js app where Command-K opens but result links do not navigate, patch the client component and verify keyboard and click behavior.",
  "expectedOutput": "A scoped patch that preserves keyboard open behavior, makes result navigation work, closes the palette after navigation, and verifies the flow with Playwright.",
  "expectedEvidence": [
    "patched client component",
    "route navigation proof",
    "no console warnings"
  ],
  "scoringFocus": [
    "patch correctness",
    "test discipline",
    "review readiness"
  ],
  "scoreBreakdown": [
    [
      "Patch correctness",
      40
    ],
    [
      "Keyboard behavior",
      20
    ],
    [
      "Verification",
      25
    ],
    [
      "Diff hygiene",
      15
    ]
  ]
}
