Skip to main content

git_worktree_manager/operations/
mod.rs

1/// Operations module — business logic for all commands.
2pub mod ai_tools;
3pub mod backup;
4pub mod busy;
5pub mod clean;
6pub mod config_ops;
7pub mod diagnostics;
8pub mod display;
9pub mod git_ops;
10pub mod global_ops;
11pub mod helpers;
12pub mod launchers;
13pub mod lockfile;
14pub mod path_cmd;
15pub mod pr_cache;
16pub mod setup_claude;
17pub mod shell;
18pub mod stash;
19pub mod worktree;