Add AGENTS.md

LLM-generated contributions tend to produce too many redundant
comments. Fix that.  This doesn't work OOTB for Claude, but it's easy
to tell it to respect AGENTS.md..
This commit is contained in:
Johannes Altmanninger
2026-02-08 10:57:02 +11:00
parent 969ce68d5d
commit fb0edf564e

3
AGENTS.md Normal file
View File

@@ -0,0 +1,3 @@
# Coding style
- Use comments sparingly. Don't explain what the code is doing, rather explain why.