| 1 | import { runCmd, whichCmd, type ExecOptions, type ExecResult } from '../../utils/exec.ts'; |
| 2 | import { emitDiagnostic } from '../../utils/diagnostics.ts'; |
| 3 | import { AppError } from '../../kernel/errors.ts'; |
| 4 | import { createScopedProvider } from '../../utils/scoped-provider.ts'; |
nothing calls this directly
no test coverage detected