huskies: merge 865

This commit is contained in:
dave
2026-05-08 14:24:20 +00:00
parent fac4442969
commit 9be438e6d3
47 changed files with 733 additions and 731 deletions
+4
View File
@@ -157,6 +157,10 @@ 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();
}
}
}