2 releases
| new 0.1.2 | Feb 7, 2026 |
|---|---|
| 0.1.1 | Feb 7, 2026 |
#2374 in Development tools
Used in agentflow-cli
49KB
774 lines
Git worktree operations for Agent Flow workspace management.
Provides branch and worktree management using gitoxide, enabling isolated workspaces for parallel AI agent execution.
flow-git
Git worktree operations for the Agent Flow workspace manager.
Features
- Branch management (create, list, delete)
- Worktree operations for isolated agent workspaces
- Built on gitoxide for pure-Rust git operations
Usage
[dependencies]
flow-git = "0.1.2"
use flow_git::worktree;
// Create isolated worktrees for parallel agent execution
License
MIT
Dependencies
~28–47MB
~697K SLoC