From 1b1fa4857b66bd34ee1448dd20cf175d118b460d Mon Sep 17 00:00:00 2001 From: charles Date: Sun, 29 Mar 2026 18:16:43 -0700 Subject: [PATCH] add: always test to agent --- AGENT.md | 2 ++ 1 file changed, 2 insertions(+) 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