fix(FN-6086): preserve merge-queued review tasks

Treat persisted merge queue ownership as an active merge-lane owner when hydrating in-review stall state and when self-healing scans for ghost, stalled, or completion-handoff-limbo tasks.

Also clear false completion-handoff exhaustion for tasks that are still owned by the merge queue so previously poisoned review tasks can continue merging.

Fusion-Task-Id: FN-6086
This commit is contained in:
gsxdsm
2026-06-09 09:41:28 -07:00
parent a937bc6ab0
commit 7a9d2b0f30
6 changed files with 189 additions and 11 deletions

View File

@@ -0,0 +1,4 @@
"@runfusion/fusion": patch
---
Suppress in-review stall and merge-stalled signals for tasks already owned by the merge queue.