huskies: merge 946

This commit is contained in:
dave
2026-05-13 07:54:50 +00:00
parent 4a0fbcaa95
commit a7840ea4b0
49 changed files with 378 additions and 314 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ fn unblock_by_story_id(story_id: &str) -> String {
let crdt_item = crate::crdt_state::read_item(story_id);
let story_name = crdt_item
.as_ref()
.and_then(|i| i.name().map(str::to_string))
.map(|i| i.name().to_string())
.unwrap_or_else(|| story_id.to_string());
// Story 945: `Stage::Blocked` / `Stage::MergeFailure` are the single