From dd1c7f1a919ee014fb836ba2c7e6958999fdced3 Mon Sep 17 00:00:00 2001 From: David Gibson Date: Tue, 26 May 2026 15:45:28 +1000 Subject: [PATCH] docs: Add CLAUDE.md referencing AGENTS.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- CLAUDE.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 CLAUDE.md diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..2b87faa --- /dev/null +++ b/CLAUDE.md @@ -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.