Skip to content

Commit 2a30bcc

Browse files
authored
Minor changes to the CLAUDE.md (#12844)
1 parent 5a85aa3 commit 2a30bcc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.claude/CLAUDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ with a sophisticated plugin system.
1616

1717
## Personal Preferences
1818

19-
If `.claude/PERSONAL.md` sub-agent exists, load it for user-specific code style
19+
If `.claude/CLAUDE.local.md` sub-agent exists, load it for user-specific code style
2020
preferences and working conventions. This file is gitignored and optional.
2121

2222
## Build Commands
@@ -272,7 +272,7 @@ SMDebug(dbg_ctl, "Processing request for URL: %s", url);
272272
- Don't use templates unless needed and appropriate
273273
- Run `cmake --build build -t format` before committing
274274
- Line length: 132 characters maximum
275-
- Don't add comments where the code documents itself
275+
- Don't add comments where the code documents itself, don't comment claude interactions
276276

277277
**C++ Formatting (Mozilla-based style):**
278278
- Indentation: 2 spaces for C/C++

0 commit comments

Comments
 (0)