huskies: merge 646_bug_watchdog_from_bug_624_is_not_actually_enforcing_max_turns_max_budget_usd_in_production

This commit is contained in:
dave
2026-04-26 13:07:02 +00:00
parent 8673e563a9
commit 148c88bd40
5 changed files with 212 additions and 12 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ mod auto_assign;
mod reconcile;
mod scan;
mod story_checks;
mod watchdog;
pub(crate) 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.