From 0a333e92d14e361ded847befec7153c9192e5049 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Fri, 29 May 2026 13:10:01 -0400 Subject: [PATCH] add an AI policy --- DEVELOPMENT.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index c77562a..2e25743 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -59,6 +59,10 @@ When possible, use immutable collections instead of the mutable equivalent. For When possible, we prefer not to create global variables or methods. You can usually replace a global variable with a Riverpod controller, and a global method with an extension method. +## 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. + ## Code of Conduct All contributions must follow the [Federated Nexus Code of Conduct](https://federated.nexus/code/).