Skip to main content

Crate git_worktree_manager

Crate git_worktree_manager 

Source
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 gw binary.
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 spawn prompt sources (--prompt, --prompt-file) into a single optional string.
repo_config
Repo-local .cwconfig.json loader.
scope
cwd-based scope discovery for gw.
session
shared_files
shell_functions
tui
TUI rendering layer built on ratatui + crossterm.
update