diff --git a/AGENTS.md b/AGENTS.md index 78706da0a..424e5c54b 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -30,3 +30,11 @@ Agents that scan this repository should consult `SECURITY.md` and the threat model it links before reporting issues. Points at the Apache Maven family umbrella security model. + + +## Coding + +Use test-first programming. Before fixing a bug or implementing a feature, +write a test that exposes the bug and verify the test fails. + +Before submitting a PR, run `mvn spotless:apply` to format the files.