16e4f8a1f2
Add retry_test.go (NEW) covering DefaultRetryPolicy, first-attempt success, idempotent-verb retry, idempotency-key retry, MaxAttempts exhaustion, zero-MaxAttempts defaulting, transient+non-idempotent+ no-key bail, ctx-cancel mid-backoff, exponential backoff growth + cap, and contains() substring helper. Extend idempotency_test.go with Sweep, empty-key Put/Get, and empty-key WithIdempotencyKey. Extend handshake_log_test.go with LogHandshakeFromCert happy path (real x509 cert → fingerprint) and FingerprintOfCert round-trip. Coverage: 84.6% → 93.0%. go test -race PASS. No production code changed; no new seams (httptest already covered DispatchClient). ---ci--- project: orca phase: 1 milestone: v0.8 status: execute ---/ci---