storkit: merge 418_refactor_split_pool_auto_assign_rs_into_submodules

This commit is contained in:
dave
2026-03-28 08:44:27 +00:00
parent 4ea4be1462
commit d375c4b1d3
7 changed files with 1901 additions and 1813 deletions
+12
View File
@@ -0,0 +1,12 @@
//! Auto-assign submodules: wires focused sub-files and re-exports public items.
#[allow(clippy::module_inception)]
mod auto_assign;
mod reconcile;
mod scan;
mod story_checks;
mod watchdog;
// Re-export items that were pub(super) in the original monolithic auto_assign.rs
// so that pool::lifecycle and pool::pipeline continue to access them unchanged.
pub(super) use scan::{find_free_agent_for_stage, is_agent_free};