chore: add changesets for workspace landedSha + sub-repo worktree branch-strip fixes

This commit is contained in:
gsxdsm
2026-07-07 09:53:27 -07:00
parent 93d1f702f0
commit 0c1a20b1bd
2 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
---
"@runfusion/fusion": patch
---
summary: Fix workspace partial-land recovery losing the already-landed sub-repo sha.
category: fix
dev: merger-ai.ts landWorkspaceTask now recovers the integration-tip sha as landedSha when the A1 trailer-fallback proved a sub-repo landed but its sha was never persisted, so finalizeWorkspaceTask can build merge proof instead of stranding the partial-land retry in-review.

View File

@@ -0,0 +1,7 @@
---
"@runfusion/fusion": patch
---
summary: Fix workspace sub-repo worktree creation failing on absent shared branch.
category: fix
dev: worktree-acquisition.ts acquireWorkspaceRepoWorktree now strips the shared project integrationBranch/baseBranch overrides before forwarding to acquireTaskWorktree, so FN-7360's freshStartPoint resolution no longer tries to git-worktree-add a branch absent from the sub-repo.