docs: refresh root README for v0.2.1 public release#15
Merged
marmar9615-cloud merged 1 commit intomainfrom Apr 28, 2026
Merged
Conversation
The root README still pointed at v0.2.0 (status badge, Status section intro, release-notes link) even though v0.2.1 is now Latest on npm and on GitHub. Three line-localised edits to bring it current — no content/structure changes elsewhere in the file. - Status badge: v0.2.0 → v0.2.1 - Status section intro reframed to call v0.2.1 the current release and v0.2.0 the first public release - Release-notes paragraph now links to docs/releases/v0.2.1.md (current) alongside v0.2.0.md (first public release) No code, schema, or build-output changes. Package versions, @marmarlabs scope, install commands, Node requirement, CLI examples are already in the correct form and untouched. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
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
The root README still referenced v0.2.0 in three line-localised
spots (status badge, Status section intro, release-notes link) even
though v0.2.1 is now Latest on npm and on GitHub. This PR refreshes
those three locations and does nothing else.
What changed
git diff --stat origin/main:README.md | 13 ++++++-------— 8 insertions, 5 deletions, one file.What did NOT change
@marmarlabsscope, install commands, Node requirements, CLIexamples were already correct from the v0.2.1 patch (PR docs: publish v0.2.1 README cleanup patch #14) and
are untouched.
Stale-wording sweep on the new file
Good-wording sweep:
Test plan
mainhas zero stale-wording matchesmainincludes the four good-wording strings (v0.2.1,@marmarlabs/agentbridge-cli,@marmarlabs/agentbridge-sdk,Node 20.x and 22.x)🤖 Generated with Claude Code