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:
David Gibson 2026-05-26 15:45:28 +10:00
parent 7fdf750154
commit dd1c7f1a91

17
CLAUDE.md Normal file
View 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.