huskies: merge 894

This commit is contained in:
dave
2026-05-12 12:57:54 +00:00
parent f06492f540
commit 22bf203853
3 changed files with 31 additions and 324 deletions
-4
View File
@@ -157,10 +157,6 @@ pub(crate) async fn init_subsystems(app_state: &Arc<SessionState>, cwd: &Path) {
{
worktree::migrate_slug_paths(project_root, &id_migrations);
}
// Story 865: one-shot strip of legacy YAML front-matter from
// every stored body. Idempotent — bodies without `---` are
// skipped on subsequent runs.
db::yaml_migration::run();
}
}
}