From fb0edf564e5e622acab39aeaeef314010f795908 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Sun, 8 Feb 2026 10:57:02 +1100 Subject: [PATCH] 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.. --- AGENTS.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 AGENTS.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 000000000..9cf2e6a01 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,3 @@ +# Coding style + +- Use comments sparingly. Don't explain what the code is doing, rather explain why.