This is an automated email from the ASF dual-hosted git repository.
zwoop pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new 2a30bccc41 Minor changes to the CLAUDE.md (#12844)
2a30bccc41 is described below
commit 2a30bccc413c7a4abfcc2a410386a3469273ae55
Author: Leif Hedstrom <[email protected]>
AuthorDate: Fri Jan 30 19:31:30 2026 -0800
Minor changes to the CLAUDE.md (#12844)
---
.claude/CLAUDE.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.claude/CLAUDE.md b/.claude/CLAUDE.md
index 1b43b4aa8a..d495aedb88 100644
--- a/.claude/CLAUDE.md
+++ b/.claude/CLAUDE.md
@@ -16,7 +16,7 @@ with a sophisticated plugin system.
## Personal Preferences
-If `.claude/PERSONAL.md` sub-agent exists, load it for user-specific code style
+If `.claude/CLAUDE.local.md` sub-agent exists, load it for user-specific code
style
preferences and working conventions. This file is gitignored and optional.
## Build Commands
@@ -272,7 +272,7 @@ SMDebug(dbg_ctl, "Processing request for URL: %s", url);
- Don't use templates unless needed and appropriate
- Run `cmake --build build -t format` before committing
- Line length: 132 characters maximum
-- Don't add comments where the code documents itself
+- Don't add comments where the code documents itself, don't comment claude
interactions
**C++ Formatting (Mozilla-based style):**
- Indentation: 2 spaces for C/C++