| 1 | import assert from 'node:assert/strict'; |
| 2 | import { test } from 'vitest'; |
| 3 | import type { AgentDeviceBackend, BackendCommandContext } from '../../../backend.ts'; |
| 4 | import type { ArtifactAdapter } from '../../../io.ts'; |
nothing calls this directly
no test coverage detected