feat(FN-5009): merge fusion/fn-5009

This commit is contained in:
gsxdsm
2026-05-18 12:31:21 -07:00
parent 9aa7518bad
commit a8a413cc91
10 changed files with 513 additions and 0 deletions

View File

@@ -89,6 +89,7 @@ describe("reliability interactions: lease recovery central claim", () => {
parseFileScopeFromPrompt: vi.fn().mockResolvedValue([]),
on: vi.fn(),
off: vi.fn(),
getRootDir: vi.fn().mockReturnValue("/test/project"),
} as unknown as TaskStore;
const reconcileLeaseRow = vi.fn().mockResolvedValue(true);