From a40a1ac17dbe874bd32ecc35ddc1cfc44dfc00f0 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Wed, 2 Sep 2026 16:34:05 +0100 Subject: [PATCH] Add an `AGENTS.md` pointing to our policy --- AGENTS.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 AGENTS.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 00000000000000..a622303a8852d5 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,7 @@ +# AI agent guidance + +CPython has a [policy on the use of AI tools](https://devguide.python.org/getting-started/ai-tools/). +All use of AI tools and agents when working on or interacting with CPython +must follow it. + +Read the policy before making or proposing any changes.