fix(FN-4760): repair self-healing type errors blocking workspace tests
Fusion-Task-Id: FN-4760 Fusion-Task-Lineage: 71db4a53-ee59-49f0-a1f7-232954b86660
This commit is contained in:
committed by
gsxdsm
parent
9be005cd46
commit
038d2dea2b
@@ -2236,7 +2236,7 @@ export class SelfHealingManager {
|
||||
}
|
||||
|
||||
async reconcileSelfDefeatingDependencies(): Promise<number> {
|
||||
const targetColumns: Array<Task["column"]> = ["triage", "planning", "todo"];
|
||||
const targetColumns: Array<Task["column"]> = ["triage", "todo"];
|
||||
let recovered = 0;
|
||||
|
||||
for (const column of targetColumns) {
|
||||
@@ -2267,7 +2267,7 @@ export class SelfHealingManager {
|
||||
);
|
||||
|
||||
const auditor = createRunAuditor(this.store, {
|
||||
runId: generateSyntheticRunId("self-heal-self-defeating-dep"),
|
||||
runId: generateSyntheticRunId("self-heal-self-defeating-dep", task.id),
|
||||
agentId: "system:self-healing",
|
||||
taskId: task.id,
|
||||
phase: "reconcile-self-defeating-dep",
|
||||
|
||||
Reference in New Issue
Block a user