diff --git a/.github/agents/Backend_Dev.agent.md b/.github/agents/Backend_Dev.agent.md index 815f50fa..1bd0eccd 100644 --- a/.github/agents/Backend_Dev.agent.md +++ b/.github/agents/Backend_Dev.agent.md @@ -31,7 +31,7 @@ Your priority is writing code that is clean, tested, and secure by default. - Run `go mod tidy`. - Run `go fmt ./...`. - Run `go test ./...` to ensure no regressions. - - **MANDATORY**: Run `pre-commit run --all-files` and fix any issues immediately and make sure coverage goals are met or exceeded. + - **MANDATORY**: Run `scripts/go-test-coverage.sh` and fix any issues immediately and make sure coverage goals are met or exceeded.