feat(FN-4001): merge fusion/fn-4001

Commits merged:
- merge fusion/fn-4001

Files changed:
packages/cli/src/__tests__/bundle-output.test.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Fusion-Task-Id: FN-4001
This commit is contained in:
Fusion
2026-05-11 07:16:33 -07:00
committed by gsxdsm
parent 783928fe3e
commit 1257155a6f
4 changed files with 225 additions and 25 deletions

View File

@@ -0,0 +1,10 @@
---
"@runfusion/fusion": patch
---
Fix phantom-merge guard stranding tasks whose branch content is already on
main under a different SHA (sibling-task duplication, cherry-pick, prior
in-merge fix). The merger finalize path now recognizes ancestor and
equivalent-patch-id branches as a no-op success instead of refusing the
merge. The FN-1858 phantom-merge guard remains intact for the real-phantom
case (no recoverable content anywhere).