mirror of
https://github.com/mattermost/mattermost.git
synced 2026-05-28 04:35:04 -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>
5 lines
292 B
Markdown
5 lines
292 B
Markdown
# 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.
|