Migrate go-proxy implementation into dedicated aip-go repo for code#5
Merged
Migrate go-proxy implementation into dedicated aip-go repo for code#5
Conversation
…ng code from spec/documentation repo
Collaborator
|
Let's edit also the CI checks as we won't have the go code here. and move the CI Checks to the go-aip repo |
There was a problem hiding this comment.
Pull request overview
This PR migrates the Go proxy implementation out of the main Agent Identity Protocol repository into a dedicated aip-go repository. This refactoring removes all implementation-specific code while maintaining the core specification and documentation in the main repo.
Changes:
- Removes entire
implementations/go-proxy/directory with all Go implementation code, tests, documentation, and examples - Updates README.md to add a new "SDKs & Implementations" section pointing to the external aip-go repository
- Adds a reference link to the Go implementation at the top of the README
Reviewed changes
Copilot reviewed 51 out of 52 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| README.md | Added SDK section with link to aip-go repo |
| implementations/go-proxy/* | Complete removal of Go implementation (300+ files) |
Member
Author
|
@ArangoGutierrez ill let you merge it if all looks good on your end |
ArangoGutierrez
previously approved these changes
Feb 22, 2026
Member
Author
|
I'll make my GPG key later for future commits. Merging this in after breakfast. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Migrate over go implementation into dedicated repository
Related Issues
N/A
Type of Change
Changes Made
Testing
Test Commands
Policy Impact
Security Checklist
Documentation
Screenshots / Recordings
Checklist
make lintpasses)make test)/cc @ArangoGutierrez