huskies: merge 945

This commit is contained in:
dave
2026-05-13 06:05:01 +00:00
parent 3a8894ea8f
commit 9ce5a8df0c
53 changed files with 497 additions and 654 deletions
-1
View File
@@ -97,7 +97,6 @@ mod tests {
None,
None,
None,
None,
Some(stale_holder),
Some(stale_time),
None,
+2 -2
View File
@@ -46,8 +46,8 @@ pub(super) async fn scan_and_claim(
continue;
}
// Skip blocked stories.
if item.blocked() {
// Skip blocked stories (story 945: `Stage::Blocked` is the source of truth).
if item.stage().is_blocked() {
continue;
}