huskies: merge 864

This commit is contained in:
dave
2026-04-30 22:23:21 +00:00
parent 3911c24c26
commit 61cf7684de
41 changed files with 540 additions and 71 deletions
+2 -1
View File
@@ -19,5 +19,6 @@ pub(crate) fn write_story_file(root: &Path, stage: &str, filename: &str, content
let story_id = filename.trim_end_matches(".md");
crate::db::ensure_content_store();
crate::db::write_item_with_content(story_id, stage, content);
let meta = crate::db::ItemMeta::from_yaml(content);
crate::db::write_item_with_content(story_id, stage, content, meta);
}