huskies: merge 1052

This commit is contained in:
dave
2026-05-14 18:04:35 +00:00
parent 977b954e98
commit b9709a6466
6 changed files with 73 additions and 5 deletions
+3
View File
@@ -167,6 +167,9 @@ pub(crate) async fn init_subsystems(app_state: &Arc<SessionState>, cwd: &Path) {
crdt_state::migrate_merge_job(db_path);
// Story 1009: drop legacy node-hex claims that can't be converted to AgentName.
crdt_state::migrate_node_claims_to_agent_claims();
// Story 1052: remove stale MergeJob entries for terminal-stage
// stories so they can never cause "FAILED" labels in the UI.
crdt_state::purge_done_stage_merge_jobs();
}
}
}