You've already forked agentic-coding-workflow
feat(workspace): add ListBranches method to WorkspaceService
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -68,6 +68,9 @@ func (s *stubWsService) UpsertCredential(context.Context, workspace.Caller, uuid
|
||||
func (s *stubWsService) GetCredentialMeta(context.Context, workspace.Caller, uuid.UUID) (*workspace.Credential, error) {
|
||||
panic("stubWsService.GetCredentialMeta unused")
|
||||
}
|
||||
func (s *stubWsService) ListBranches(context.Context, workspace.Caller, uuid.UUID) ([]string, error) {
|
||||
panic("stubWsService.ListBranches unused")
|
||||
}
|
||||
|
||||
// stubProjectAccess satisfies acp.ProjectAccess for the e2e test.
|
||||
// Only GetProjectByWorkspace is exercised; the rest panic.
|
||||
|
||||
Reference in New Issue
Block a user