CLI Adapters exports - CLI integration with defensive parsing Split from index.ts for file size compliance (Issue #285)
Executes a CLI operation with retry logic and optional circuit breaker.
Used by both BaseCliAdapter (no circuit breaker) and GeminiCliAdapter (with circuit breaker) to eliminate duplicate retry implementations.
CLI Adapters exports - CLI integration with defensive parsing Split from index.ts for file size compliance (Issue #285)