diff --git a/AGENTS.md b/AGENTS.md index 42421cc3ff0d..baa0ca7f2174 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -44,12 +44,16 @@ Single package: `cd packages/ && yarn test` ## Commit Attribution -AI commits MUST include: +AI commits MUST include a `Co-Authored-By` line with the appropriate committer email when known: ``` -Co-Authored-By: +Co-Authored-By: +Co-Authored-By: +Co-Authored-By: ``` +Use the Cursor email for Cursor, even when it runs a Claude or OpenAI model. Omit the line only when there is no known committer email address for the agent. + ## Git Workflow Uses **Git Flow** (see `docs/gitflow.md`).