git-parsec 0.1.0

Git worktree lifecycle manager for parallel AI agent workflows with ticket tracker integration
1
2
3
4
5
mod lifecycle;
mod manager;

pub use lifecycle::{ShipResult, Workspace, WorkspaceStatus};
pub use manager::WorktreeManager;