mirror of
https://github.com/dgibson/dtc.git
synced 2026-07-10 13:29:48 -04:00
docs: Add CLAUDE.md referencing AGENTS.md
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>
This commit is contained in:
parent
7fdf750154
commit
dd1c7f1a91
1 changed files with 17 additions and 0 deletions
17
CLAUDE.md
Normal file
17
CLAUDE.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue