git-worktree-manager 0.0.39

CLI tool integrating git worktree with AI coding assistants
Documentation
/// Operations module — business logic for all commands.
pub mod ai_tools;
pub mod backup;
pub mod busy;
pub mod busy_messages;
pub mod claude_session;
pub mod clean;
pub mod config_ops;
pub mod delete_batch;
pub mod diagnostics;
pub mod display;
pub mod git_ops;
pub mod global_ops;
pub mod guard;
pub mod helpers;
pub mod launchers;
pub mod lockfile;
pub mod path_cmd;
pub mod pr_cache;
pub mod setup_claude;
pub mod shell;
pub mod spawn_spec;
pub mod stash;
pub mod worktree;