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
+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;
}