Files
deepseek-harness/scripts/translation-pairing.manifest.json
Ziya abb145d99f docs(i18n): translation capability — style samples, voice rules, two-pass skill
Human-annotated gold pairs land as docs/i18n/style-samples.md (bilingual
by construction, excluded from pairing) and outrank prose tone rules.
translation-rules gains a Voice section; shape stays gate-owned so the
writer optimizes for natural Chinese. The skill's translate step becomes
two passes: native-author writing, then clause-level fidelity check.
Terminology rulings: hash -> 哈希 (blob 哈希/提交哈希), HMR and fiber
confirmed as tabled.
2026-07-05 06:03:14 -07:00

19 lines
437 B
JSON

{
"requiredSince": "2026-07-05",
"required": [
"README.md",
"docs/development.md",
"docs/i18n/README.md",
"docs/i18n/translation-rules.md",
"docs/rfc/implemented/process/2026-07-02-bilingual-docs-and-pairing-gate.md"
],
"excluded": [
"docs/AGENTS.md",
"docs/module-graph.md",
"docs/cordis-catalog/",
"docs/tool-catalog/",
"docs/i18n/terminology.md",
"docs/i18n/style-samples.md"
]
}