docs: add CLAUDE.md project guide#25
Merged
Merged
Conversation
Documents build instructions, project structure, coding conventions (including Doxygen comment format), pybind11 binding patterns, branching strategy, testing workflow, and key technical gotchas (thread safety, GIL deadlock, pybind11 copyability). Co-Authored-By: Claude Opus 4.6 <[email protected]>
Move user-facing content out; focus on development rules: - Always test before opening PRs - New features must have example code - Maintain Doxygen documentation - Follow clean architecture and C++ best practices - Push back on instructions that would degrade quality Co-Authored-By: Claude Opus 4.6 <[email protected]>
Describes system architecture, core classes, simulation loop phases, behavior strategy system, genes/mutation, thread safety model, life consumption formula, and file structure. Intended for developers and AI assistants working on the codebase. Co-Authored-By: Claude Opus 4.6 <[email protected]>
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.
Summary
CLAUDE.mdwith project conventions, architecture overview, build instructions, and coding guidelines@brief,@param,@return) for future docs generationNote
This file is used by Claude Code to understand the project context across sessions. It serves as a living reference for project conventions and architecture decisions.
🤖 Generated with Claude Code