feat(FN-4686): complete Step 7 — docs and changeset delivery

Fusion-Task-Id: FN-4686
Fusion-Task-Lineage: a1e58bd8-fd94-471a-b164-c396c5512fea
This commit is contained in:
Fusion (runfusion.ai)
2026-05-15 17:48:53 -07:00
committed by gsxdsm
parent cc065f7f23
commit c0f9ddedc0
5 changed files with 11 additions and 9 deletions

View File

@@ -99,7 +99,7 @@ describe("acquireTaskWorktree backend wiring", () => {
});
it("throws worktrunk_operation_failed and preserves stderr", async () => {
execMock.mockRejectedValue({ stderr: "worktrunk exploded", code: 17 });
execMock.mockRejectedValue({ stderr: "worktrunk exploded", status: 17 });
await expect(
acquireTaskWorktree({