huskies: merge 1018

This commit is contained in:
dave
2026-05-14 09:33:50 +00:00
parent 8b2ba1c810
commit 309542cf2c
12 changed files with 360 additions and 7 deletions
+4
View File
@@ -68,6 +68,10 @@ pub(crate) fn spawn_event_bridges(
root.clone(),
);
// Consecutive-failure auto-block subscriber: blocks stories after N
// consecutive MergeFailure transitions (story 1018).
crate::agents::pool::auto_assign::spawn_merge_failure_block_subscriber(root.clone());
// Content-store GC subscriber: purges all ContentKey::* entries for a
// story when it reaches a terminal stage, preventing zombie entries from
// accumulating in the process heap (story 996).