//! Typed git operations with timeout, retry, and porcelain parsing.
//!
//! This module is a self-contained wrapper over the git CLI. It knows about
//! commands, timeouts, retries, output parsing, and error recovery. It does
//! **not** know about OMK-specific worktree semantics, goal lifecycle, or
//! slice execution.
pub use GitBranch;
pub use GitError;
pub use GitRepo;
pub use ;
pub use GitWorktree;