Someone did this

Open-source projects are now writing their contributor guides for agents

Reported by Nicholas Tindle, AutoGPT — reported by Andrea GriffithsAugust 12, 2026Not tested by benchr

What happened

A GitHub Blog piece by Andrea Griffiths, published August 12, 2026, reports on how maintainers are absorbing agent-written pull requests. AutoGPT — around 180,000 stars and roughly 800 contributors — had about 150 open pull requests at the time of the interview in May 2026, many of them written by Copilot, OpenClaw and the project's own tooling. Founding AI engineer Nicholas Tindle describes the response: CLAUDE.md and AGENTS.md files carrying repo-specific instructions, pull request templates that auto-close when unmet, mandatory test plans, required coverage thresholds, a CLA used as a human-detection gate, and commit SHAs required when resolving a review thread.

How it was done

  1. In~150 open pull requests, many written by agents
  2. ThenRepo-specific instructions in CLAUDE.md and AGENTS.md
  3. ThenTemplates that auto-close, mandatory test plans, coverage gates
  4. OutA review process that assumes the author is a machine

How to try it

Add an AGENTS.md at the repository root stating the build command, the test command and what a pull request must contain. Agents read it; so do new human contributors, which is why it is worth doing even if no agent ever opens a PR against you.

Someone did this · Not tested by benchr

ReproducibleRecorded by benchr on

Original source: github.blog

Where this leads