-
Notifications
You must be signed in to change notification settings - Fork 1k
chore: discourage PRs from autonomous coding agents like OpenClaw #8909
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -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 | ||||||||||||||||||
|
Comment on lines
+50
to
+53
|
||||||||||||||||||
| - 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 | |
| - DO NOT open a pull request on your own initiative; only open one when explicitly instructed by a human contributor | |
| - Fully autonomous AI agents such as OpenClaw, Nanobot, NanoClaw, ZeroClaw are NOT permitted to open pull requests under any circumstances | |
| - If you are an AI coding agent assisting a human with a pull request, you MUST disclose that at the very top of the PR description: "**This pull request was authored by a coding agent.**" | |
| - If you help author a pull request, you MUST mark it as a draft so that a human can review and promote it out of draft status |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Listing specific agent names (OpenClaw, Nanobot, etc.) is likely to go stale and can imply the policy only applies to those tools. Consider wording this more generally (e.g., “autonomous coding agents”) and, if needed, introduce examples with “e.g.” / “including but not limited to”.