git-workflow 0.4.1

Git guardrails for AI coding agents - safe git workflows with clear state feedback
Documentation
1
2
3
4
5
6
7
8
9
10
//! Worktree pool management

pub mod detect;
pub mod lock;

#[cfg(test)]
mod tests;

pub use detect::{PoolEntry, PoolNextAction, PoolState, WorktreeStatus};
pub use lock::PoolLock;