use ;
/// LLM client that always returns `None`. Used whenever the `[llm]` block is
/// disabled, `--no-llm` is set, or a real provider isn't configured. Making
/// the disabled-by-default path a first-class implementation means analyzers
/// never need a `if let Some(client) = ...` branch.
;