{
  "scenario": "Gemini review 도착 + 모든 thread가 false_positive 또는 style_only → same PR에서 resolve 허용 (replacement 불필요)",
  "input": {
    "pr_number": 999,
    "head_sha": "abc1234567",
    "gemini_review_commit_id": "abc1234567",
    "triage_classifications": [
      {"thread_id": 1, "classification": "false_positive"},
      {"thread_id": 2, "classification": "style_only", "code_change_required": false},
      {"thread_id": 3, "classification": "no_code_change"}
    ]
  },
  "expected_decision": "SAME_PR_SAFE",
  "expected_outcome": "SAME_PR_RESOLVED — comments resolved + threads marked resolved + no new commit + no replacement PR",
  "lesson_pinned": "code change 0이면 same PR resolve 허용. evidence stale 발생 0."
}
