flow-git 0.1.2

Git worktree operations for the Flow workspace manager
Documentation

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