huskies: merge 824
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
//! Git worktree management — creates, lists, and removes worktrees for agent isolation.
|
||||
use std::path::{Path, PathBuf};
|
||||
|
||||
mod cleanup;
|
||||
mod create;
|
||||
mod git;
|
||||
mod remove;
|
||||
mod sweep;
|
||||
|
||||
pub use cleanup::{format_report, run_cleanup};
|
||||
pub use create::create_worktree;
|
||||
pub use git::{migrate_slug_paths, prune_worktree_sync};
|
||||
pub use remove::remove_worktree_by_story_id;
|
||||
|
||||
Reference in New Issue
Block a user