docs(rfc): split manager runtime profile into a Chinese mirror - #4390
Merged
Merged
Conversation
The manager runtime profile RFC ships an English document and a `<same-basename>.zh-CN.md` semantic mirror, as required for new RFCs. Today's in-file `## 中文` / `## English` layout left the nightly docs-governance smoke failing on main with `RFC missing required Chinese mirror`. The split is mechanical: both language bodies are preserved verbatim, and the two documents now link each other with the standard semantic-mirror note. Signed-off-by: huangruiteng <14976749+huangruiteng@users.noreply.github.com>
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.
Purpose
Fix the red nightly
docs-governance-smokeonmain. It fails withRFC missing required Chinese mirror: manager-runtime-profile-v0.md, not because thecontent lacks Chinese, but because #4337 landed the RFC in the legacy in-file
## 中文/## Englishlayout. The RFC template requires new RFCs to ship<same-basename>.zh-CN.mdwith reciprocal language links in both documents, and theallowlist comment explicitly asks not to weaken that invariant.
Changed surfaces
docs/architecture/rfcs/manager-runtime-profile-v0.md: English document plus the standardsemantic-mirror note linking the Chinese file.
docs/architecture/rfcs/manager-runtime-profile-v0.zh-CN.md: new Chinese mirror with thereciprocal link and
语义镜像note.manager_runtimecapability documentation path stays on the English RFC.Content preservation
The split is mechanical, not a retranslation. Verified against
HEADbefore the change:## Englishsection;## 中文section;Validation
examples/docs-governance-smoke.py:docs-governance-smoke okon this head. It failed onthe same base with the missing-mirror assertion before the change.
python -m pytest tests/test_chat_machine_configuration_api.py -q: 12 passed (guards thecapability documentation pointer that references this RFC).
assert_local_doc_links_resolve.Merge note
Documentation-only, single-purpose and reversible by restoring the single-file layout.
Bypass approval is required because the author cannot approve their own pull request.