| 11 | } from '../shared/ai' |
| 12 | |
| 13 | export interface WorkspaceAccessContext { |
| 14 | currentWorkspacePath: string | null |
| 15 | approvedWorkspacePaths: string[] |
| 16 | } |
| 17 | |
| 18 | export interface TestConnectionResult { |
| 19 | success: boolean |
nothing calls this directly
no outgoing calls
no test coverage detected