feat(FN-5348): remove cwd-main integration mode fallback

Removes the `cwd-main` integration fallback mode (FN-5348), eliminating the legacy shortcut path where the merger would operate directly on the project root instead of a dedicated worktree. Steps normalize the `reuse-task-worktree` integration mode as the sole path, wire stricter mode invariants in

Fusion-Task-Id: FN-5348
This commit is contained in:
Fusion (runfusion.ai)
2026-05-21 12:49:02 -07:00
committed by gsxdsm
parent 79850b233f
commit b3f995c857
12 changed files with 293 additions and 34 deletions

View File

@@ -160,6 +160,7 @@ export type GitMutationType =
| "merge:reuse-handoff-refused"
| "merge:reuse-handoff-released"
| "merge:reuse-handoff-deferred-to-worktrunk"
| "merge:cwd-integration-fallback-removed"
| "merge:reuse-fallback-new-worktree"
| "merge:reuse-fallback-pruned-stale-registration"
| "merge:reuse-fallback-reused-existing-registration"