Track the pinned helper line to v2.1.5 - #119
Merged
Merged
Conversation
The published v2.1.4 helper fails the endpoint-mandated inspect step on an unregistered wallet under required_fresh, so the handshake repo is cutting v2.1.5. The pin version, bootstrap string, asset prefix derivation, and compose-up validation are all bound to V2_HELPER_VERSION — they must move together or the deployed endpoint rejects its own release pin. Constraint: the SSM AGENT_HANDSHAKE_RELEASE_PIN value still describes v2.1.4 — merging this before the pin parameter and handshake checkout are updated would fail compose-up validation, so merge only as part of the v2.1.5 deploy. Confidence: high Scope-risk: narrow Tested: mcp-server 440/440; infra tests 32/32. Not-tested: live deploy until the pin SSM parameter and box checkout move.
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
V2_HELPER_VERSION→2.1.5(bootstrap string, pinversiontype literal, and pin validation all derive from it).compose-up.shv2_helper_version→2.1.5(deploy-assets.test.mjs enforces the sync).2.1.4as stale and2.1.5as pinned.Merge ordering: merge only when the v2.1.5 release exists and the deploy updates
AGENT_HANDSHAKE_RELEASE_PIN+ the box handshake checkout — otherwise compose-up rejects the still-v2.1.4 pin.Test plan
Generated with Devin