fix(discovery): canonical pay invocations in skill.md (1.3.6)#13
Merged
vvillait88 merged 2 commits intomainfrom May 7, 2026
Merged
fix(discovery): canonical pay invocations in skill.md (1.3.6)#13vvillait88 merged 2 commits intomainfrom
vvillait88 merged 2 commits intomainfrom
Conversation
… notes The per-rail compatibility notes emitted by `build_skill_md` 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 corrects the `solana_mpp` note (was claiming "X-Payment header" but Solana MPP `solana/charge` carries the credential in `Authorization: Payment`, same as Tempo MPP) and normalizes the `x402_base` note to the same `agentscore-pay pay --chain base` shape as the other rails. Brings the python skill.md output into parity with the node sibling and matches the actual implementation. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
markdown-it-py 4.0.0 -> 4.1.0 pydantic 2.13.3 -> 2.13.4 pydantic-core 2.46.3 -> 2.46.4 ujson 5.12.0 -> 5.12.1 `uv lock --upgrade` only — all top-level deps are already at the latest published version (httpx 0.28.1, x402 2.9.0, pympp 0.7.0, cdp-sdk 1.44.0). 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
build_skill_mdper-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.Corrects the
solana_mppnote: previously claimedX-Payment header carries the signed credential, but Solana MPPsolana/chargecarries the credential inAuthorization: Payment(same as Tempo MPP). Brings the python skill.md output into parity with the node-commerce 1.3.3 sibling and matches the actual implementation.Normalizes the
x402_basenote to the sameagentscore-pay pay --chain baseshape as the other rails (was bareagentscore-pay).Bumps to 1.3.6 with in-range dep refresh:
All top-level deps are already at the latest published version on PyPI (httpx 0.28.1, x402 2.9.0, pympp 0.7.0, cdp-sdk 1.44.0).
Test plan
uv run ruff check .cleanuv run ruff format --check .cleanuv run ty check agentscore_commerce/cleanuv run pytest -q --no-cov724 pass / 3 skipped / 0 failv1.3.6after merge to trigger PyPI trusted publish🤖 Generated with Claude Code