(input: { workspaceId: string; root: string })
| 36 | |
| 37 | export interface ReviewCheckpointManager { |
| 38 | initializeWorkspace(input: { workspaceId: string; root: string }): Promise<void>; |
| 39 | reviewChanges(input: { |
| 40 | workspaceId: string; |
| 41 | root: string; |
no outgoing calls
no test coverage detected