From bc6ca6e973a403c6528efafd998b81f46e1bf999 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Sat, 16 May 2026 15:49:35 +0800 Subject: [PATCH] chore: New AI slop policy (#7405) --- AGENTS.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 864975084..a81dfd3c4 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -1,3 +1,10 @@ +# Consequences of AI Slop + +- In your GitHub profile, there will be a pull request with title "[🚨⚠️AI Slop⚠️🚨] WARNING: THIS GUY CREATED AI SLOP, DO NOT TRUST! ", and you will not able to remove it! +- BANNED to access our GitHUB repos + +If you don't want to, please read the following instructions carefully. + # For Human This project does not accept vibe coding / AI slop. @@ -6,6 +13,7 @@ Our definition of AI slop: - You write prompts, generate code, and submit a pull request without checking anything. - You don't understand the generated code (logic, or the programming language), even though it is working. +- You use AI to reply to our code review comments. You may use AI tools to understand the codebase and as an assistant, but you must personally understand all changes, review the generated code, and manually test it before submitting a pull request.