From 37d4590cb8ec27b7b2e30e7ea80061d3a68462e3 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Fri, 3 Jul 2026 14:03:29 -0400 Subject: [PATCH] more restrictive ai policy --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index bfd78a8..fb69a56 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -63,7 +63,7 @@ When possible, we prefer not to create global variables or methods. You can usua ## LLM/AI Assisted Contributions -Largely LLM generated code is NOT allowed. All contributions should be written by humans, with minimal to no LLM assistance. Please disclose any usage of LLMs. +LLM generated code is NOT allowed. All contributions should be written by humans. Using LLMs for interacting with others, e.g. for Comments, PRs, etc, is also not allowed. ## Code of Conduct