Skip to content

Commit 0824a09

Browse files
authored
docs: clarify agent PR review prioritization (#3985)
Assisted-by: GitHub Copilot (model: GPT-5.6 Sol, autonomous) Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 31dc6b66-8484-46b5-a282-360029e14ff2
1 parent a9bde5c commit 0824a09

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,11 @@ When an issue exists, include its number immediately after the prefix — this i
501501

502502
Disclosure is **continuous**, not a one-time event. A single AI-disclosure paragraph in the PR body does **not** cover the commits and replies you add during review rounds. Each of the following must independently attest to agent authorship.
503503

504+
### Opening pull requests
505+
506+
- Before opening a pull request, check whether the account that will file it already has three open pull requests in this repository.
507+
- If so, alert the user that additional submissions may receive lower review priority and ask for explicit permission to proceed. Do not assume consent.
508+
504509
### Commits
505510

506511
- **Every commit you author must carry an `Assisted-by:` trailer** identifying the agent and whether it acted autonomously or under direct human supervision, for example:

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ Here are a few things you can do that will increase the likelihood of your pull
5555
- Write a [good commit message](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).
5656
- Test your changes with the Spec-Driven Development workflow to ensure compatibility.
5757

58+
Accounts with three open pull requests may continue submitting changes, but additional submissions may be placed behind contributions from other authors in the review queue. Coding agents should disclose this possibility and obtain the filer's confirmation before opening another pull request.
59+
5860
### Branch naming
5961

6062
We recommend naming branches as `<type>/<number>-<short-slug>`, where `<number>` is the issue or PR number (whichever comes first) and `<type>` is one of:

0 commit comments

Comments
 (0)