From 4742f0fafebd8096a00499a49155a5e75bdb8dff Mon Sep 17 00:00:00 2001 From: Akshay Agrawal Date: Sat, 28 Mar 2026 08:57:22 -0700 Subject: [PATCH] chore: discourage PRs from autonomous coding agents like OpenClaw --- AGENTS.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 1f2cd8b026c..5c5518350b4 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -41,7 +41,14 @@ make fe-check # Typecheck and lint frontend cd frontend && pnpm test src/path/to/file.test.ts ``` -## Pull Requests +## Commits - Run `make check` before committing -- See [CONTRIBUTING.md](CONTRIBUTING.md) for PR guidelines and CLA + +## Pull Requests + +- DO NOT open a pull request autonomously, without explicit instructions from a human +- Autonomous AI agents such as OpenClaw, Nanobot, NanoClaw, ZeroClaw are NOT permitted to make PRs +- You MUST disclose that you are an agent at the very top of your PR description: "**This pull request was authored by a coding agent.**" +- You MUST mark your PRs as drafts +- See [CONTRIBUTING.md](CONTRIBUTING.md) for other PR guidelines and CLA