fix(discovery): canonical pay invocations in skill.md (1.3.3)#11
Merged
vvillait88 merged 2 commits intomainfrom May 7, 2026
Merged
fix(discovery): canonical pay invocations in skill.md (1.3.3)#11vvillait88 merged 2 commits intomainfrom
vvillait88 merged 2 commits intomainfrom
Conversation
… notes The per-rail compatibility notes emitted by `buildSkillMd` referenced `agentscore-pay --chain <chain>` as a usage hint, but `--chain` is a flag of the `pay` / `balance` / `fund` subcommands, not a top-level option. Bare `agentscore-pay --chain X` is not a valid invocation; the canonical form is `agentscore-pay pay --chain X`. Also normalizes the `x402_base` note to the same `agentscore-pay pay --chain base` shape as the other rails (was bare `agentscore-pay`). This is the wire format agents read off /skill.md to pick a payment client per rail; making the hint a complete shell command means an agent can paste-execute without inferring the missing subcommand. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
buildSkillMdper-rail compatibility notes referencedagentscore-pay --chain <chain>as a usage hint, but--chainis a flag of thepay/balance/fundsubcommands, not a top-level option. Bareagentscore-pay --chain Xis not a valid invocation; the canonical form isagentscore-pay pay --chain X.x402_basenote to the same shape as the other rails (was bareagentscore-pay). The /skill.md surface is the wire format agents read to pick a payment client per rail; complete shell commands mean an agent can paste-execute without inferring a missing subcommand.@solana/kit6.8.0 → 6.9.0 andhono4.12.16 → 4.12.18 (both minor bumps within range).Test plan
bun run lintcleanbun run typecheckcleanbun run test669 pass / 4 skipped / 0 fail across 53 filesv1.3.3after merge to trigger npm trusted publish🤖 Generated with Claude Code