Command: go test ./internal/cli -run '^TestEvidenceChecksPassedOutput$' -count=1 -v

End-user output rendered by renderDriveResult when CI checks have passed but the run is still monitoring for a human merge:

run:
  id: run-1
  branch: feature/x
  status: running
  head: abcdef12
  pr: "https://github.com/user/repo/pull/42"
  findings: none
  steps[1]{step,status,findings,duration_ms}:
    ci,running,0,0
outcome: checks-passed
help[1]: "CI checks passed - the PR is ready. Ask the user to review and merge it: https://github.com/user/repo/pull/42"

Result: PASS
