huskies: merge 530_story_eliminate_filesystem_markdown_shadows_entirely_crdt_db_is_the_only_story_store

This commit is contained in:
dave
2026-04-10 14:56:13 +00:00
parent 1dd675796b
commit 11d19d8902
26 changed files with 966 additions and 1668 deletions
+4 -4
View File
@@ -207,12 +207,12 @@ mod tests {
write_story_file(
tmp.path(),
"2_current",
"10_story_test.md",
"---\nname: Test\n---\n",
"8810_story_case_test.md",
"---\nname: CaseTest\n---\n",
);
let output = move_cmd_with_root(tmp.path(), "10 BACKLOG").unwrap();
let output = move_cmd_with_root(tmp.path(), "8810 BACKLOG").unwrap();
assert!(
output.contains("Test") && output.contains("backlog"),
output.contains("CaseTest") && output.contains("backlog"),
"stage matching should be case-insensitive: {output}"
);
}