diff --git a/AGENT.md b/AGENT.md index f39a160..6d8cf5d 100644 --- a/AGENT.md +++ b/AGENT.md @@ -9,6 +9,8 @@ Do not read generated files, except for debugging purposes. After making a change, check the project for diagostnics, and if applicable, run related build and test commands. +Before committing changes, run `make test`. The tests must pass. + ## Backend/Golang Do not alter go.mod directly, instead, use the CLI tools `go mod tidy`, `go mod