flow-git 0.1.2

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

pub mod branch;
pub mod worktree;