| 16 | } |
| 17 | |
| 18 | export interface ContextCommitInput { |
| 19 | accountId: string |
| 20 | workspacePath: string | null |
| 21 | approvedWorkspacePaths?: string[] |
| 22 | } |
| 23 | |
| 24 | /** |
| 25 | * Standard CRUD repository interface |
nothing calls this directly
no outgoing calls
no test coverage detected