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.
|