Conversation
Translate the seven English Computer Use documents into Simplified Chinese following the repository bilingual convention: the same stable doc_id, a counterpart field, translation_status: synced, and an English link in each translated file. The English sources gain the matching counterpart and synced status, and the documentation index links the Chinese versions. Code identifiers, paths, commands, numeric constants, digests, and enumeration values are preserved verbatim. computer-use-foundation-contract.md is unchanged: its source language is already zh-CN. Co-authored-by: CommandCodeBot <noreply@commandcode.ai>
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 Computer Use document group under
docs/is English-only, while the rest of therepository already publishes Chinese counterparts for its cross-cutting documents
(
docs/architecture/*,docs/blogs/*,docs/cli-npm-release.zh-CN.md, …). This PR bringsthe group onto that existing convention instead of inventing a new one.
Added — seven Simplified Chinese counterparts:
docs/computer-use-model-loop-foundation.zh-CN.mddocs/computer-use-evidence-classes.zh-CN.mddocs/computer-use-provider-evidence.zh-CN.mddocs/computer-use-host-events-contract.zh-CN.mddocs/computer-use-provenance.zh-CN.mddocs/computer-use-cursor-provenance.zh-CN.mddocs/computer-use-ui-coverage.zh-CN.mdChanged — every English source of those seven gains
counterpart: ./<name>.zh-CN.mdand moves from
translation_status: source-onlytosynced;docs/README.mdlinks theChinese versions from its Computer use section.
Deliberately not translated —
computer-use-foundation-contract.mddeclareslanguage: zh-CN/source_language: zh-CNand its body is already Chinese prose, so itgets no counterpart and its
translation_statusstayssource-only.The Chinese text follows the group's terminology policy: code identifiers, file paths,
commands, type/field/API names, and product or protocol names stay English, and every
inline identifier, numeric constant, threshold, commit SHA, digest, and enumeration value
(
real-runtime,fault-injection,hermetic-protocol,skylight_pid, …) is copiedverbatim.
dispatch,provider, andobservationstay English to match the Chinesefoundation contract. Cross-document references point at the Chinese counterparts;
computer-use-provider-evidence.zh-CN.mdlinks./computer-use-evidence-classes.zh-CN.md#lab-fixture-准备.The provenance documents are translated without changing claim strength: "provides
evidence, not a license grant", "no source code was copied into this repository", "not a
legal determination about the former facts", the "historical only" status of the
binary-recovered cursor inputs, and the MIT / © 2026 Leo attribution rows keep their exact
meaning.
Three translated documents (
computer-use-provenance,computer-use-cursor-provenance,computer-use-ui-coverage) are not listed indocs/README.mdtoday, so they get no indexlink here; that index gap is left as it was rather than fixed in a translation PR.
Verification
#lab-fixture-准备resolves to the### Lab fixture 准备heading in the target filedoc_idas their source,language: zh-CN,source_language: en, a workingcounterpartpath,translation_status: synced, and the source'slast_verified; each English source links backnpm run lint,npm run format:checknpm run check:asf-headers.idea/and.commandcode/files, which are not part of this PRNot run:
npm run build,npm run typecheck, and the workspace test suites — this changetouches Markdown only and changes no code path.
Review focus
Reviewing a translation means checking semantic parity rather than sentence-by-sentence
fidelity: scope, guarantee strength, lifecycle status, numbers, and failure behavior must
match, while the Chinese prose is expected to read naturally on its own. The bilingual
checklist in
skills/maka-architecture-docs/references/quality-gate.mdis the standardapplied here.
AI use
Select exactly one:
Tool(s) and scope: Not applicable —
CONTRIBUTING.mdexcludes translation from substantivecontribution. The commit identifies its automated author with a
Co-authored-by: CommandCodeBot <noreply@commandcode.ai>trailer.Checklist
The first item has no surface here: the diff is Markdown only, and the repository's gates
for documents are the ASF header audit and the biome lint/format run recorded above.
Typecheck and the workspace suites are unaffected because no code changed.
Does this PR entail a change in behavior?