Expand description
git-worktree-manager: CLI tool integrating git worktree with AI coding assistants.
Re-exports§
pub use prompt_source::resolve_prompt;
Modules§
- cli
- config
- console
- constants
- cwshare_
setup - entrypoint
- CLI entrypoint for the
gwbinary. - error
- git
- hooks
- Lifecycle hooks executed by gw at key worktree transitions.
- messages
- Standardized error and informational messages for git-worktree-manager.
- operations
- prompt_
source - Resolve the two mutually-exclusive
gw new/gw spawnprompt sources (--prompt,--prompt-file) into a single optional string. - repo_
config - Repo-local
.cwconfig.jsonloader. - scope
- cwd-based scope discovery for gw.
- session
- shared_
files - shell_
functions - tui
- TUI rendering layer built on ratatui + crossterm.
- update