FN-5646: preserve AI body when canonicalizing merge commits

Fusion-Task-Id: FN-5646

Fusion-Task-Lineage: db989a0f-a7d9-4060-9754-84d71f21a8c2
This commit is contained in:
gsxdsm
2026-05-29 00:55:17 -07:00
parent b8c8642cae
commit c89ad28e7b
12 changed files with 152 additions and 2 deletions

View File

@@ -134,6 +134,13 @@ describe("post-finalize verification failure reliability interactions (real git)
true,
preAttemptHeadSha,
"",
undefined,
undefined,
undefined,
null,
null,
null,
new Set<string>(),
);
expect(finalized.ok && finalized.reason === "branch-already-merged-on-main").toBe(true);

View File

@@ -60,6 +60,13 @@ describe("verification-fix already-on-main reliability interactions (real git)",
true,
preAttemptHeadSha,
"",
undefined,
undefined,
undefined,
null,
null,
null,
new Set<string>(),
);
expect(finalized.ok && finalized.reason === "branch-already-merged-on-main").toBe(true);
if (finalized.ok && finalized.reason === "branch-already-merged-on-main") {