pub fn extract_key_info(text: &str, max_lines: usize) -> String
Extract key information from text (first N lines, keywords, etc.)
Useful for command output, file content, etc.