docs: add CLAUDE.md#535
Merged
Merged
Conversation
kinyoklion
reviewed
May 15, 2026
|
|
||
| ## Process | ||
|
|
||
| - **Commit messages:** single-line conventional commits (`feat:`, `fix:`, `refactor:`, `docs:`, `chore:`, `test:`). No body unless asked. No `Co-Authored-By: Claude` trailer. |
Member
There was a problem hiding this comment.
I'd remove the part about co-authoring, being as this doesn't generally work.
kinyoklion
approved these changes
May 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a
CLAUDE.mdbased on things I've had to tell claude while working in this codebase. Some of the instructions are due to quirks with this particular repo. Some are coding conventions where I think it would be helpful for us to be more explicit and opinionated. Feel free to push back on any of this, or to suggest other things I've missed.Note
Low Risk
Documentation-only change adding contributor guidance; no runtime or build logic is modified.
Overview
Adds a new
CLAUDE.mdwith repo-specific guidance for building and testing (CMake usage, sanitizer quirks, networking backend validation, GTest targets/timeouts), plus additional coding conventions around includes, public API stability, parameters, thread-safety, futures, tests, docs, formatting, and PR/commit hygiene.Reviewed by Cursor Bugbot for commit 0569d8d. Bugbot is set up for automated code reviews on this repo. Configure here.