//! One-shot generator: thought + optional tool_call. Stub for the LLM loop.
/// Yield successive [`LlmStep`]s for the supplied incident. In production
/// this is an Anthropic / OpenAI / local-model loop that decides the next
/// shell command and explains itself.
pub async