fix(gsd): repair CI after branch split

This commit is contained in:
Jeremy 2026-04-08 20:22:33 -05:00
parent bb4d708b80
commit eddbfd6a1b

View file

@ -178,7 +178,7 @@ function makeMockDeps(overrides?: Partial<LoopDeps>): LoopDeps & { callLog: stri
getCurrentBranch: () => "main",
autoWorktreeBranch: () => "auto/M001",
resolveMilestoneFile: () => null,
reconcileMergeState: () => "clean",
reconcileMergeState: () => false,
getLedger: () => null,
getProjectTotals: () => ({ cost: 0 }),
formatCost: (c: number) => `$${c.toFixed(2)}`,