| 1 | import { test } from 'vitest'; |
| 2 | import assert from 'node:assert/strict'; |
| 3 | import { createAgentDeviceClient, type AgentDeviceClientConfig } from '../client/client.ts'; |
| 4 | import { runCommand } from '../commands/command-surface.ts'; |
nothing calls this directly
no test coverage detected