Expand description
Filesystem-derived pool state detection
Instead of maintaining an inventory.json file, pool state is derived
from the filesystem: directory existence determines pool membership,
and marker files in .git/worktree-pool/acquired/ determine status.
Structs§
- Pool
Entry - A single worktree entry derived from filesystem scan
- Pool
State - Snapshot of the pool state, derived from the filesystem
Enums§
- Pool
Next Action - Recommended next action for pool management
- Worktree
Status - Status of a worktree in the pool, derived from filesystem state