pub fn run_command( command: String, ) -> Result<String, Box<dyn Error + Send + Sync>>
Run a shell command and return its output. Use for: git operations, cargo build/test, file operations.