docs: fix duplicate word in core README#1198
Open
meichuanyi wants to merge 2 commits into
Open
Conversation
Signed-off-by: meichuanyi <meichuanyi@users.noreply.github.com>
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Signed-off-by: meichuanyi <meichuanyi@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Builder reviewed your changes — looks good ✅
Review Details
PR #1198 has been updated with a proper changeset file. The changes include:
- Documentation fix (packages/core/README.md, line 196): Removes duplicate word "signs you in in one step" → "signs you in one step"
- Changeset file (.changeset/docs-fix-core-readme-duplicate-word.md): Adds a valid patch version bump declaration for @agent-native/core with appropriate description
Both changes are correct, properly formatted, and follow project standards. The changeset format is valid with correct package naming and version bump type. This is a safe, documentation-focused release update.
🧪 Browser testing: Skipped — PR only modifies docs and changeset metadata, no UI or functional impact.
steve8708
reviewed
Jun 14, 2026
| @@ -0,0 +1,5 @@ | |||
| --- | |||
Contributor
There was a problem hiding this comment.
I just realized - we don’t need a patch for a readme update. Let’s remove
this file and should be good to go
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.
Removes a duplicated word in the core README:
in in→in.This is a documentation-only change.