pub fn attempt_json_repair(raw: &str) -> Option<String>
Attempt to repair common JSON errors induced by agents. Returns Some(repaired_json) if repairs were made, None if no repairs possible.