From c7c867390c6b610ee505024f664796b0a7a8c28b Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 17 Nov 2025 15:30:11 -0700 Subject: [PATCH] docs: Merge .claude/README.md into CLAUDE.md Consolidate build and coding documentation into CLAUDE.md and remove the redundant .claude/README.md file. Mention the use of the Co-developed-by tag and how to run tests. Co-developed-by: Claude Signed-off-by: Simon Glass --- .claude/README.md => CLAUDE.md | 3 +++ 1 file changed, 3 insertions(+) rename .claude/README.md => CLAUDE.md (93%) diff --git a/.claude/README.md b/CLAUDE.md similarity index 93% rename from .claude/README.md rename to CLAUDE.md index b84be8d2445..374f24ba1f9 100644 --- a/.claude/README.md +++ b/CLAUDE.md @@ -32,6 +32,7 @@ make sandbox_defconfig O=/tmp/ # Build make -j$(nproc) O=/tmp/ ``` + ## Testing There are aliases in ~/bin/git-alias which you can use. @@ -67,3 +68,5 @@ pyt - This follows U-Boot's established naming convention for output parameters - Keep commit messages concise - focus on the key change and essential details only - Code should be formatted to 80 columns and not have trailing spaces +- Remember to use Co-developed-by in commits +- Remember not to cd into the build directory; run U-Boot directly in the source dir