| 1 | import { describe, expect, test } from "bun:test" |
| 2 | import { getAdapter, registerAdapter } from "../../src/control-plane/adapters" |
| 3 | import { ProjectV2 } from "@opencode-ai/core/project" |
| 4 | import type { WorkspaceInfo } from "../../src/control-plane/types" |
nothing calls this directly
no test coverage detected