pub fn format_write_success( path: &str, action: &str, lines_written: usize, bytes_written: usize, ) -> String
Format a write operation response
Creates a consistent response for file/resource write operations.