feat: add ky client plugin
Implements @hey-api/client-ky plugin with support for ky HTTP client.
Features:
- Ky integration with native retry, timeout, and hooks
- Standard interceptors pattern (request/response/error)
- Configurable retry options (limit, methods, statusCodes)
- Raw ky options via kyOptions escape hatch
- Full HTTP method support and SSE
- Follows established client plugin architecture
The implementation maintains consistency with other client plugins
while leveraging ky's powerful built-in features.