feat(FN-3217): add merge target resolver for branch completion flows

Added a merge target resolver contract to core with integration into the engine merger and CLI completion flows, allowing tasks to automatically resolve their intended merge destination and honor it throughout the lifecycle. The new `task-merge.ts` module exposes the resolution logic, `store.ts` per

Fusion-Task-Id: FN-3217
This commit is contained in:
Fusion
2026-05-09 23:09:32 -07:00
committed by gsxdsm
parent bcb79d8b57
commit 4ccef83c2c

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": patch
---
Fix triage planning model selection so project/task planning settings are passed to runtime using the correct default model keys.