Skip to content
Closed
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
10 changes: 10 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Guidance for Automated Agents

## Commit attribution

Include the following trailers on commits substantially generated with automated assistance:
Copy link
Member Author

Choose a reason for hiding this comment

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

@m3dwards wrote:

nit: The instruction could tell the LLM to add itself rather than the current literal instruction of adding the two hardcoded values. Perhaps they are clever enough to figure out what's being asked.

I tried with Claude Sonnet 4.5 and it just dropped the second line.


```
Assisted-by: GitHub Copilot
Assisted-by: OpenAI GPT-5-Codex
```
Comment on lines +5 to +10

Choose a reason for hiding this comment

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

I think that the reason why Claude Sonnet 4.5 dropped the second line can be fixed with something like this (backticks broke the GH suggestion so I changed to quotes)

Suggested change
Include the following trailers on commits substantially generated with automated assistance:
```
Assisted-by: GitHub Copilot
Assisted-by: OpenAI GPT-5-Codex
```
Include the following trailers on commits substantially generated with automated assistance adapting to whatever agent you are.
For example for GitHub Copilot:
> Assisted-by: GitHub Copilot
For example for Claude Code:
> Assisted-by: Claude Code

Loading