git-parsec 0.1.1

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

pub use settings::ParsecConfig;
pub use settings::TrackerProvider;
pub use settings::WorktreeLayout;