mirror of
https://github.com/mattermost/mattermost.git
synced 2026-05-27 20:26:11 -04:00
* 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>
292 B
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.