huskies: merge 1052
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user