huskies: merge 961

This commit is contained in:
dave
2026-05-13 11:22:57 +00:00
parent 78b1ecdc3c
commit 8b53e20ca9
38 changed files with 327 additions and 146 deletions
+1 -1
View File
@@ -179,7 +179,7 @@ pub fn get_work_item_content(
}
// CRDT-only fallback
if let Some(content) = crate::db::read_content(story_id) {
if let Some(content) = crate::db::read_content(crate::db::ContentKey::Story(story_id)) {
let item = crate::pipeline_state::read_typed(story_id)
.map_err(|e| Error::Io(format!("Pipeline read error: {e}")))?;
let stage = match item.as_ref() {