docs: restore missing RS roadmap translations to fix readme-sync - #87
Merged
ZhuYaoHui1998 merged 1 commit intoSep 9, 2026
Merged
ZhuYaoHui1998 merged 1 commit into
ZhuYaoHui1998 merged 1 commit into
Conversation
Restore the three Embodied Agent Architecture rows from Seeed-Projects#84 that were lost while merging main into Seeed-Projects#80. Co-authored-by: Codex <noreply@openai.com>
|
Confirming from the other side: this is the PR that clears the readme-sync failure currently red on Worth merging this before #86 and #82 — both are red only because they inherit this failure, and both should go green on a rebase afterwards. Thanks for picking it up. |
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.
The
readme-synccheck currently fails because the B601-RS roadmap has 12 rows in English but only 11 in the Chinese, Japanese, and French READMEs. This restores the missing Embodied Agent Architecture row in those three translations, bringing all 4 translations back into agreement withREADME.md.The rows were originally added in
They were lost when main was merged into the
branch at 00eccea. The incoming parent b641ed0 contains all 5 language versions; the merge result retains only English and Spanish.
This change restores the exact 3 original rows, including their completion statuses and documentation/source links. The diff is 3 added lines across
README_zh.md,README_JP.md, andREADME_Fr.md.The existing failure also appears on
its base and head both produce the same 3 row-count errors.
Validation performed locally:
readme-syncrow-count disagreements.python tools/check_readme_sync.py— passed: all 4 translations agree.python -m unittest discover -s tools/tests -v— all 9 tests passed.git diff --check— passed.