1//! Git worktree operations for Agent Flow workspace management.
2//!
3//! Provides branch and worktree management using [gitoxide](https://docs.rs/gix),
4//! enabling isolated workspaces for parallel AI agent execution.
56pub mod branch;
7pub mod worktree;