huskies: merge 858

This commit is contained in:
dave
2026-04-29 10:41:32 +00:00
parent be5db846cc
commit 11d111360d
79 changed files with 265 additions and 0 deletions
+2
View File
@@ -12,6 +12,7 @@ pub use remove::remove_worktree_by_story_id;
pub use sweep::sweep_orphaned_worktrees;
#[derive(Debug, Clone)]
/// Details about a newly created worktree: path, branch, and base branch.
pub struct WorktreeInfo {
pub path: PathBuf,
pub branch: String,
@@ -19,6 +20,7 @@ pub struct WorktreeInfo {
}
#[derive(Debug, Clone)]
/// A discovered worktree on disk: its story ID and filesystem path.
pub struct WorktreeListEntry {
pub story_id: String,
pub path: PathBuf,