Git worktree operations for the [Agent Flow](https://github.com/aryayt/flow) workspace manager.
- --
```toml
[dependencies]
flow-git = "0.1.2"
```
```rust
use flow_git::worktree;
// Create isolated worktrees for parallel agent execution
```
MIT