Merged
Conversation
Minor bump to mark MPP (Tempo) dual-protocol payment support and the associated on-chain payer verification as a user-facing feature release. Co-Authored-By: Claude Opus 4.6 (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.
Release prep for v0.2.0.
Changes
package.jsonfrom0.1.7to0.2.0.v0.2.0section toCHANGELOG.mdcovering dual-protocol payment support (x402 + MPP), the/.well-known/agent.jsonadditions, the new opt-inMPP_*env vars, and the on-chain payer verification hardening.Release process
v0.2.0at the merge commit onmain.release.ymlruns verify + creates the GitHub release from the CHANGELOG section.docker.ymlbuilds and pushesus-central1-docker.pkg.dev/mainnet-trailblazer/tack/{api,kubo}:0.2.0to GAR.Test plan
pnpm check(lint + typecheck + 158 tests + build) green locally on this branchnode scripts/extract-changelog-section.mjs v0.2.0Note
Low Risk
Low risk: this PR only bumps the package version and updates release notes; it does not change runtime code paths.
Overview
Prepares the
v0.2.0release by bumpingpackage.jsonfrom0.1.7to0.2.0and adding thev0.2.0section toCHANGELOG.md.The changelog documents dual-protocol payments (x402 + MPP) for paid endpoints, agent-card updates to advertise both protocols, new opt-in
MPP_*environment variables, and a security hardening note about deriving ownership from verified on-chain transaction data rather than credential metadata.Reviewed by Cursor Bugbot for commit de5b9e5. Bugbot is set up for automated code reviews on this repo. Configure here.