feat(FN-4892): complete Step 3b — extend archive audit unions

Fusion-Task-Id: FN-4892
Fusion-Task-Lineage: 6f56b468-a827-416d-ba1f-444e1326d613
This commit is contained in:
Fusion (runfusion.ai)
2026-05-17 21:51:44 -07:00
committed by gsxdsm
parent 1622a0c1c8
commit e371ce136f
2 changed files with 6 additions and 0 deletions

View File

@@ -171,6 +171,10 @@ export type DatabaseMutationType =
| "task:auto-recover-node-unreachable"
| "task:auto-recover-worktree-metadata-rebound"
| "task:auto-recover-worktree-metadata-cleared"
// task:auto-archived-ghost-bug metadata: { findings: Array<{ construct: { kind: string; raw: string; filePath?: string; line?: number }; matched: boolean; probeError?: string; output?: string }>; reason: string }
// task:auto-archived-duplicate metadata: { siblingTaskIds: string[]; scores: Record<string, number> }
| "task:auto-archived-ghost-bug"
| "task:auto-archived-duplicate"
| "task:auto-reconciled-self-defeating-dep"
/**
* Metadata shape for node:handoff:* and node:lease:* events: