feat(FN-4948): complete Step 2 — wire identity guard into worktree provisioning

Fusion-Task-Id: FN-4948
Fusion-Task-Lineage: dc622643-4c3e-4217-9219-a6a6e5424427
This commit is contained in:
Fusion (runfusion.ai)
2026-05-17 13:26:41 -07:00
committed by gsxdsm
parent 300bc233cf
commit 837f07e6ca

View File

@@ -15,6 +15,10 @@ vi.mock("../worktree-hooks.js", () => ({
installTaskWorktreeIdentityGuard: vi.fn().mockResolvedValue(undefined),
}));
vi.mock("../worktree-hooks.js", () => ({
installTaskWorktreeIdentityGuard: vi.fn().mockResolvedValue(undefined),
}));
// ── Shared test fixtures ──────────────────────────────────────────────
function makePrompt(steps: string[]): string {