meerkat-client 0.6.1

Shim re-export crate — delegates to meerkat-llm-core and per-provider crates (B2 split).
Documentation

meerkat-client — shim re-exports.

The LLM wire-client trait + plumbing moved to meerkat-llm-core; per-provider clients (AnthropicClient, OpenAiClient, GeminiClient, OpenAiLiveClient, OpenAiCompatibleClient) moved to meerkat-anthropic, meerkat-openai, meerkat-gemini. Provider-runtime types moved to meerkat-core::provider_runtime. Auth primitives moved to meerkat-auth-core.

This crate is retained as a thin shim so that downstream meerkat_client::* imports continue to work without an import sweep. B2 split (2026-04-18).