huskies: merge 530_story_eliminate_filesystem_markdown_shadows_entirely_crdt_db_is_the_only_story_store
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user