mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
The manifest excluded docs/tool-catalog/ and docs/persistence-catalog/ as directories; the trailing slash is a deliberate path boundary, so the flattened single files no longer matched and lost their generated-doc classification — the gate would have accepted a hand-added .zh.md twin it must reject. The entries now name the files.
19 lines
437 B
JSON
19 lines
437 B
JSON
{
|
|
"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/config-catalog.md",
|
|
"docs/tool-catalog.md",
|
|
"docs/persistence-catalog.md",
|
|
"docs/cordis-catalog/",
|
|
"docs/i18n/terminology.md"
|
|
]
|
|
}
|