Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Loading