Skip to content

Commit 942c062

Browse files
phodalQoder-AI
andcommitted
docs(agents): add co-author format for agent commits
Document the required single co-author trailer format in AGENTS.md, including issue verification via gh before closing issues in commit text and valid one-line examples per agent. Co-authored-by: QoderAI (Qwen 3.8 Max) <qoder_ai@qoder.com>
1 parent 52e6996 commit 942c062

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,19 @@ Architecture, directory routing, and template ownership live in
4343
- Do not add tool- or agent-specific prefixes such as `codex/` or `agent/` unless a maintainer explicitly requests one.
4444
- Keep the description concise and portable across filesystems and shells; use lowercase ASCII words separated by hyphens.
4545

46+
### Co-Author Format
47+
48+
- Always add co-author information. If closing an issue in commit text, verify against `main` first: `gh issue view <issue-id>`.
49+
- Only ONE co-author line is allowed. If multiple agents contributed, aggregate into ONE entry
50+
51+
Format example: `Co-authored-by: <AgentName> (<You-Model>) <Email>`
52+
53+
Valid examples (choose EXACTLY ONE):
54+
55+
Co-authored-by: GitHub Copilot Agent (GPT 5.5) <198982749+copilot@users.noreply.github.com>
56+
Co-authored-by: Codex (GPT 5.6 Sol) <codex@openai.com>
57+
Co-authored-by: QoderAI (Qwen 3.8 Max) <qoder_ai@qoder.com>
58+
4659
## Commit Messages
4760

4861
- Use Conventional Commits: `<type>(<scope>): <summary>`, blank line, then a prose body when non-trivial.

0 commit comments

Comments
 (0)