docs(agents): keep agents out of the Crowdin-owned translation trees (#28807)

* docs(instructions): keep agents out of the Crowdin-owned translation trees

docs/ko, docs/zh and docs/uk regenerate from docs/en, but nothing in the scoped guidance said so, and repo-wide sweeps edit them along with the English source.

Assisted-by: Claude:claude-opus-5-5

* docs(agents): state the translation rule in AGENTS.md

Agents load AGENTS.md directly; the .github/instructions file only reached them through a pointer to go read it.

Assisted-by: Claude:claude-opus-5-5
This commit is contained in:
Jacob Dahl
2026-09-22 16:24:11 -08:00
committed by GitHub
parent 2ec03ff1c3
commit d551d33b61

View File

@@ -13,6 +13,8 @@ simulation and Python tooling.
bodies.
- **Style:** run `make format` on changed C/C++ before committing; CI
enforces `make check_format`.
- **Docs:** edit only `docs/en`. `docs/ko`, `docs/zh` and `docs/uk` are
Crowdin output regenerated from it; revert any change a sweep makes there.
- **Scoped guidance:** before editing or reviewing, read only the
`.github/instructions/*.instructions.md` files whose `applyTo` patterns
match the affected paths, plus any nested `AGENTS.md` along those paths.