1
0

translation-pairing.manifest.json 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "requiredSince": "2026-07-14",
  3. "required": [
  4. "README.md",
  5. "docs/cookbook/adding-a-package.md",
  6. "docs/cookbook/adding-a-tool.md",
  7. "docs/cookbook/adding-a-vendored-package.md",
  8. "docs/cookbook/adding-an-llm-adapter.md",
  9. "docs/cookbook/extension-cookbook.md",
  10. "docs/cookbook/responding-to-pr-review-on-a-stack.md",
  11. "docs/development.md",
  12. "docs/i18n/README.md",
  13. "docs/i18n/translation-rules.md",
  14. "docs/rfc/implemented/architecture/2026-07-10-single-file-executable-sdk-runtime-distribution.md",
  15. "docs/rfc/implemented/process/2026-07-02-bilingual-docs-and-pairing-gate.md",
  16. "python/README.md",
  17. "python/sdk-runtime/README.md",
  18. "python/sdk/README.md"
  19. ],
  20. "excluded": [
  21. "docs/AGENTS.md",
  22. "docs/config-catalog.md",
  23. "docs/cordis-catalog/",
  24. "docs/i18n/style-samples.md",
  25. "docs/i18n/terminology.md",
  26. "docs/i18n/translation-prompt.md",
  27. "docs/module-graph.md",
  28. "docs/persistence-catalog.md",
  29. "docs/tool-catalog.md",
  30. "python/sdk-runtime/src/deepseek_harness_runtime/runtime/node/"
  31. ]
  32. }