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:
@@ -436,6 +436,10 @@ func (s *acpStubWsSvc) GetCredentialMeta(context.Context, workspace.Caller, uuid
|
||||
return nil, fmt.Errorf("acpStubWsSvc.GetCredentialMeta unused")
|
||||
}
|
||||
|
||||
func (s *acpStubWsSvc) ListBranches(context.Context, workspace.Caller, uuid.UUID) ([]string, error) {
|
||||
return nil, fmt.Errorf("acpStubWsSvc.ListBranches unused")
|
||||
}
|
||||
|
||||
// acpStubProjectAccess satisfies acp.ProjectAccess; only GetProjectByWorkspace is
|
||||
// exercised by the branch=main path.
|
||||
type acpStubProjectAccess struct {
|
||||
|
||||
Reference in New Issue
Block a user