mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-29 04:26:38 +00:00
First backlog item translated with the dsh-translate-docs skill: full-file translation, terminology per docs/i18n/terminology.md, structure locked to the source (11 headings, 10 byte-identical code blocks), fingerprinted and added to the manifest's required list.
16 lines
288 B
JSON
16 lines
288 B
JSON
{
|
|
"required": [
|
|
"README.md",
|
|
"docs/development.md",
|
|
"docs/i18n/README.md",
|
|
"docs/i18n/translation-rules.md"
|
|
],
|
|
"excluded": [
|
|
"docs/AGENTS.md",
|
|
"docs/module-graph.md",
|
|
"docs/cordis-catalog/",
|
|
"docs/tool-catalog/",
|
|
"docs/i18n/terminology.md"
|
|
]
|
|
}
|