From 5bda0ccfb06ea56c1f15a304927f2438c1300f95 Mon Sep 17 00:00:00 2001
From: "Ryan C. Gordon" <[EMAIL REDACTED]>
Date: Wed, 15 Apr 2026 17:26:54 -0400
Subject: [PATCH] AGENTS.md: Change "may not" to "must not".
(Hat tip to Sean Barrett on the stronger wording here.)
---
AGENTS.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/AGENTS.md b/AGENTS.md
index cc5ac3384517a..7709baa11a1dd 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -1,4 +1,4 @@
-AI may not be used to generate code for contributions to this project.
+AI must not be used to generate code for contributions to this project.
"AI" in this case means a Large Language Model ("LLM"), such as ChatGPT,
Claude, Copilot, Grok, etc.