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
-7
View File
@@ -320,13 +320,6 @@ async fn main() -> Result<(), std::io::Error> {
}
}
// Import any existing .huskies/work/ stories into the DB content store.
// This is the migration path: on startup, stories on disk are imported so
// the database becomes the sole source of truth going forward.
if let Some(ref root) = *app_state.project_root.lock().unwrap() {
db::import_from_filesystem(root);
}
// (CRDT state layer is initialised above alongside the legacy pipeline.db.)
// Start the CRDT sync rendezvous client if configured in project.toml.