Skip to content

fix(discovery): canonical pay invocations in skill.md (1.3.3)#11

Merged
vvillait88 merged 2 commits intomainfrom
1.3.3
May 7, 2026
Merged

fix(discovery): canonical pay invocations in skill.md (1.3.3)#11
vvillait88 merged 2 commits intomainfrom
1.3.3

Conversation

@vvillait88
Copy link
Copy Markdown
Contributor

Summary

  • buildSkillMd per-rail compatibility notes 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.
  • Normalizes the x402_base note to the same shape as the other rails (was bare agentscore-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.
  • Bumps to 1.3.3 with @solana/kit 6.8.0 → 6.9.0 and hono 4.12.16 → 4.12.18 (both minor bumps within range).

Test plan

  • bun run lint clean
  • bun run typecheck clean
  • bun run test 669 pass / 4 skipped / 0 fail across 53 files
  • Lefthook pre-commit (eslint) and pre-push (typecheck) both pass
  • CI green
  • Tag v1.3.3 after merge to trigger npm trusted publish

🤖 Generated with Claude Code

vvillait88 and others added 2 commits May 6, 2026 23:34
… 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>
@vvillait88 vvillait88 merged commit fb9cbfa into main May 7, 2026
6 checks passed
@vvillait88 vvillait88 deleted the 1.3.3 branch May 7, 2026 06:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant