huskies: merge 824

This commit is contained in:
dave
2026-04-29 13:38:34 +00:00
parent b4854cf693
commit 59b626d3ba
13 changed files with 658 additions and 4 deletions
+2
View File
@@ -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;