huskies: merge 841

This commit is contained in:
dave
2026-04-29 10:28:18 +00:00
parent 9979ff2cf9
commit 1ae8e8ec9d
3 changed files with 472 additions and 5 deletions
+2
View File
@@ -4,10 +4,12 @@ use std::path::{Path, PathBuf};
mod create;
mod git;
mod remove;
mod sweep;
pub use create::create_worktree;
pub use git::{migrate_slug_paths, prune_worktree_sync};
pub use remove::remove_worktree_by_story_id;
pub use sweep::sweep_orphaned_worktrees;
#[derive(Debug, Clone)]
pub struct WorktreeInfo {