From 6375863c77b4da654c975e1c6f5c9d18d5cde9c6 Mon Sep 17 00:00:00 2001 From: dave Date: Sat, 4 Apr 2026 14:59:39 +0000 Subject: [PATCH] huskies: accept 468_story_exclude_git_worktrees_from_loc_command_output --- ...gents_pool_lifecycle_rs_into_submodules.md | 25 ------------------- ...e_git_worktrees_from_loc_command_output.md | 0 2 files changed, 25 deletions(-) delete mode 100644 .huskies/work/1_backlog/476_refactor_split_agents_pool_lifecycle_rs_into_submodules.md rename .huskies/work/{5_done => 6_archived}/468_story_exclude_git_worktrees_from_loc_command_output.md (100%) diff --git a/.huskies/work/1_backlog/476_refactor_split_agents_pool_lifecycle_rs_into_submodules.md b/.huskies/work/1_backlog/476_refactor_split_agents_pool_lifecycle_rs_into_submodules.md deleted file mode 100644 index 0c35fe88..00000000 --- a/.huskies/work/1_backlog/476_refactor_split_agents_pool_lifecycle_rs_into_submodules.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -name: "Split agents/pool/lifecycle.rs into submodules" ---- - -# Refactor 476: Split agents/pool/lifecycle.rs into submodules - -## Current State - -- TBD - -## Desired State - -pool/lifecycle.rs is 1812 lines with 4 public functions (start_agent, stop_agent, wait_for_agent, remove_agents_for_story) plus 29 tests. start_agent is by far the largest — it handles agent selection, worktree creation, process spawning, and completion callbacks. Split into submodules: start.rs (agent start + selection logic), stop.rs (stop + cleanup), wait.rs (wait_for_agent), with tests co-located in each module. - -## Acceptance Criteria - -- [ ] pool/lifecycle.rs split into submodules (e.g. start.rs, stop.rs, wait.rs) -- [ ] Each submodule contains its related tests -- [ ] All 29 existing tests pass unchanged -- [ ] Public API unchanged — re-export from pool/mod.rs if needed -- [ ] No functional changes, purely structural - -## Out of Scope - -- TBD diff --git a/.huskies/work/5_done/468_story_exclude_git_worktrees_from_loc_command_output.md b/.huskies/work/6_archived/468_story_exclude_git_worktrees_from_loc_command_output.md similarity index 100% rename from .huskies/work/5_done/468_story_exclude_git_worktrees_from_loc_command_output.md rename to .huskies/work/6_archived/468_story_exclude_git_worktrees_from_loc_command_output.md