pub fn compute_delta( mode: &str, previous: &str, current: &str, ) -> Option<ModeDelta>
Compute a structural delta between two mode outputs. Uses line-level diff for structural modes (map, signatures).