pub fn stream(child: Child, capture_path: &Path) -> Result<ClaudeProcess, Error>Expand description
Wire a live Child into a ClaudeProcess that yields
AssistantLine values and writes the reconstructed text to
capture_path (truncating any prior content).