pub fn split_questions(text: &str) -> Vec<String>Expand description
Split the orchestrator’s “not ready” prose into individual questions: each non-empty line, with any leading bullet/number marker stripped. A reply with no line breaks becomes a single one-item list.