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
@@ -59,6 +59,9 @@ pub fn create_refactor_file(
// Write to database content store and CRDT.
write_story_content(root, &refactor_id, "1_backlog", &content);
// Sync depends_on to the typed CRDT register.
crate::crdt_state::set_depends_on(&refactor_id, depends_on.unwrap_or(&[]));
Ok(refactor_id)
}