| 1 | import { describe, expect, test, mock, beforeEach, afterEach, spyOn, type Mock } from "bun:test"; |
| 2 | import { WorkspaceService, generateForkBranchName, generateForkTitle } from "./workspaceService"; |
| 3 | import type { IdleCompactionOutcome } from "./idleCompactionService"; |
| 4 | import type { AgentSession } from "./agentSession"; |
nothing calls this directly
no test coverage detected