pub type DefaultWorktreeManager = WorktreeManager<DefaultGitRunner>;Expand description
A WorktreeManager using the production DefaultGitRunner.
This is the type that SubAgentManager stores as
Option<Arc<DefaultWorktreeManager>>.
Aliased Typeยง
pub struct DefaultWorktreeManager { /* private fields */ }