From b0e21abb6e0f644d7c6baca4bb4e5b7c55becb08 Mon Sep 17 00:00:00 2001 From: dave Date: Fri, 27 Mar 2026 18:32:34 +0000 Subject: [PATCH] storkit: accept 410_story_loc_bot_command_top_files_by_line_count --- ...lit_pool_auto_assign_rs_into_submodules.md | 28 ------------------- ...loc_bot_command_top_files_by_line_count.md | 0 2 files changed, 28 deletions(-) delete mode 100644 .storkit/work/1_backlog/418_refactor_split_pool_auto_assign_rs_into_submodules.md rename .storkit/work/{5_done => 6_archived}/410_story_loc_bot_command_top_files_by_line_count.md (100%) diff --git a/.storkit/work/1_backlog/418_refactor_split_pool_auto_assign_rs_into_submodules.md b/.storkit/work/1_backlog/418_refactor_split_pool_auto_assign_rs_into_submodules.md deleted file mode 100644 index a4937fb4..00000000 --- a/.storkit/work/1_backlog/418_refactor_split_pool_auto_assign_rs_into_submodules.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -name: "Split pool/auto_assign.rs into submodules" ---- - -# Refactor 418: Split pool/auto_assign.rs into submodules - -## Current State - -- TBD - -## Desired State - -Refactor the monolithic server/src/agents/pool/auto_assign.rs (1813 lines) into focused submodules. - -## Acceptance Criteria - -- [ ] auto_assign.rs contains auto_assign_available_work and its unit tests -- [ ] reconcile.rs contains reconcile_on_startup and its unit tests -- [ ] watchdog.rs contains run_watchdog_once, spawn_watchdog, check_orphaned_agents and their unit tests -- [ ] scan.rs contains scan_stage_items, is_story_assigned_for_stage, count_active_agents_for_stage, find_free_agent_for_stage, is_agent_free and their unit tests -- [ ] story_checks.rs contains read_story_front_matter_agent, has_review_hold, is_story_blocked, has_merge_failure and their unit tests -- [ ] mod.rs wires the submodules and re-exports all public items -- [ ] Unit tests live in their respective module files -- [ ] No public API changes — all existing imports continue to work - -## Out of Scope - -- TBD diff --git a/.storkit/work/5_done/410_story_loc_bot_command_top_files_by_line_count.md b/.storkit/work/6_archived/410_story_loc_bot_command_top_files_by_line_count.md similarity index 100% rename from .storkit/work/5_done/410_story_loc_bot_command_top_files_by_line_count.md rename to .storkit/work/6_archived/410_story_loc_bot_command_top_files_by_line_count.md