feat(FN-3816): add merger self-healing for missing workspace and environmen

Implements merger self-healing with a missing workspace entry detector, bootstrap recovery path, and environment fault retry handling, plus supporting tests for merge error recovery and verification utilities, alongside documentation updates.

Fusion-Task-Id: FN-3816
This commit is contained in:
Fusion
2026-05-10 21:14:34 -07:00
committed by gsxdsm
parent 86df0a0f2d
commit a4617beb03
8 changed files with 424 additions and 11 deletions

View File

@@ -0,0 +1,9 @@
---
"@runfusion/fusion": patch
---
Merger verification now runs `scripts/ensure-test-artifacts.mjs` as a preamble
and self-heals "Failed to resolve entry for package <pkg>" failures by
rebuilding the missing workspace package once before retrying. Unrecoverable
environment faults no longer increment `verificationFailureCount` or bounce
the task to `in-progress` — they remain in-review for the next sweep.