mirror of
https://github.com/dgibson/dtc.git
synced 2026-07-10 13:29:48 -04:00
Claude Code auto-loads CLAUDE.md at session start but does not look for AGENTS.md. Without this file, a fresh session misses the project's AI contribution policy (attribution format, DCO rules, build instructions) unless the user explicitly points it there. Include a note pinning the Assisted-by agent name to "Claude" for consistency — previous sessions have used varying formats (claude-code, Claude Code, Claude). Assisted-by: Claude:claude-opus-4-6 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
17 lines
442 B
Markdown
17 lines
442 B
Markdown
# CLAUDE.md
|
|
|
|
Read and follow AGENTS.md — it has build instructions, architecture
|
|
notes, coding conventions, and the AI contribution policy for this
|
|
project.
|
|
|
|
## Claude Code Specifics
|
|
|
|
When writing `Assisted-by` commit trailers, use `Claude` as the agent
|
|
name and the model's short ID as the version. For example:
|
|
|
|
```
|
|
Assisted-by: Claude:claude-opus-4-6
|
|
```
|
|
|
|
Do not use `claude-code`, `Claude Code`, or other variations as the
|
|
agent name.
|