huskies: merge 872

This commit is contained in:
dave
2026-04-29 15:54:33 +00:00
parent 7505f7fdeb
commit 9bd3c10a09
10 changed files with 147 additions and 12 deletions
+3
View File
@@ -63,6 +63,9 @@ pub fn create_bug_file(
// Write to database content store and CRDT.
write_story_content(root, &bug_id, "1_backlog", &content);
// Sync depends_on to the typed CRDT register.
crate::crdt_state::set_depends_on(&bug_id, depends_on.unwrap_or(&[]));
Ok(bug_id)
}