Conversation
The install note said releases "before 0.6.0" predate the candidate flow, assuming 0.6.0 would be the first version cut under it. The crates were bumped to 0.5.1 and tagged in the meantime, so the boundary is not a version number; what identifies the older releases is their imcp2-local-vX.Y.Z tag and the workflow name that attested them, which is what the note now says. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Xd7VT72Qt16qiAJynu9EKj
There was a problem hiding this comment.
Copilot review overview
🟢 Approval recommended
The documentation accurately reflects the tag-based release distinction.
Review effort: Balanced
Findings: None
What changed in this PR
Updates legacy release documentation to identify releases by tag format rather than an outdated version boundary.
Changes:
- Describes
imcp2-local-vX.Y.Ztags as the legacy release identifier. - Retains the correct historical signer-workflow instructions.
| File | Description |
|---|---|
crates/imcp2-local/README.md |
Corrects legacy verified-install guidance. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This branch has not been deployed
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
One paragraph in the local crate's README. #204 added a note on installing the releases that predate the candidate flow and phrased it as "releases before 0.6.0", assuming 0.6.0 would be the first version cut under the new scheme. #205 bumped the crates to 0.5.1 and
v0.5.1was tagged in the meantime, so the boundary is not a version number. The note now identifies the older releases by what actually distinguishes them: theirimcp2-local-vX.Y.Ztag, andimcp2-local-release.ymlas the workflow that attested their archives. The install steps for them are unchanged.Related issues
Follow-up to #204, overtaken by #205.
Changes
crates/imcp2-local/README.md— the legacy-release note under the verified-install block, five lines.Testing
.github/scripts/scan-internal-identifiers.sh origin/main...HEAD— cleanChecklist
🤖 Generated with Claude Code
https://claude.ai/code/session_01Xd7VT72Qt16qiAJynu9EKj
Generated by Claude Code