mattermost/server/AGENTS.md
Jesse Hallam bfaff4da7e
Add server/AGENTS.md (#35903)
* Add root AGENTS.md with modules-tidy directive

* Clarify modules-tidy rationale in AGENTS.md

* Move AGENTS.md from root to server/ directory

* Document i18n-extract requirement in AGENTS.md

* Drop redundant 'from the server/ directory' from AGENTS.md

---------

Co-authored-by: Mattermost Build <build@mattermost.com>
2026-04-21 02:33:20 -07:00

292 B

AGENTS.md

Never run go mod tidy directly. Always run make modules-tidy instead — it excludes private enterprise imports that would otherwise break the tidy.

After editing i18n/en.json, always run make i18n-extract — it regenerates the file with strings in the required order.