Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link

Copilot AI Mar 28, 2026

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”.

Suggested change
- Autonomous AI agents such as OpenClaw, Nanobot, NanoClaw, ZeroClaw are NOT permitted to make PRs
- Autonomous AI agents (e.g., autonomous coding assistants or code-generation bots) are NOT permitted to make PRs

Copilot uses AI. Check for mistakes.
- 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
Copy link

Copilot AI Mar 28, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR policy here reads internally inconsistent: it says agents must not open PRs autonomously (line 50) and that autonomous agents are not permitted to make PRs (line 51), but then provides requirements for agent-authored PRs (disclosure + draft on lines 52–53). Please clarify whether agent PRs are (a) prohibited entirely, or (b) allowed only when human-directed, and update the bullets so they don’t contradict each other.

Suggested change
- 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

Copilot uses AI. Check for mistakes.
- See [CONTRIBUTING.md](CONTRIBUTING.md) for other PR guidelines and CLA
Loading