docs: fix a2a skill setup and binary naming - #45
Closed
Math1987 wants to merge 1 commit into
Closed
Conversation
Math1987
force-pushed
the
codex/a2a-skill-install-validation
branch
from
September 8, 2026 12:05
f89f71b to
82586ee
Compare
Member
|
@Math1987 - Thank you for the PR. |
Member
|
thanks for offering to help with that. it's unfortunate |
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.
Description
The skill's documented
go installcommand creates an executable nameda2a-cli, while its examples and verification step invokea2a. Build explicitly withgo build -o a2a .and explain the PATH setup. Replace the skill's automatic installation instruction with ana2a versionpreflight and a link to the setup instructions.This replaces #43, which GitHub could not reopen after its original base branch (
skill/a2a-cli) was deleted. Per maintainer request, this PR targetsmain. It implements the previously posted patch. Related issue: #4.Validation
a2a-cli. Latest resolved tov0.0.0-20260904130516-a27e1ee6d332.a2a versionagainst PR docs: add a2a-cli agent skill #27's head on macOS arm64 with Go 1.26.0.git diff --checkpasses.Which area does this relate to?
Checklist
Go formatting, unit tests and lint are not applicable to this documentation-only change.
Maintainer action
The linked-issue check requires a GitHub closing-issue association, and my account cannot add that association. Please link this PR to the existing issue #4 using the repository's preferred process.