Add CLAUDE.md with Claude Code development guidelines#477
Merged
lukaszlenart merged 1 commit intoognl-3-4-xfrom Nov 1, 2025
Merged
Add CLAUDE.md with Claude Code development guidelines#477lukaszlenart merged 1 commit intoognl-3-4-xfrom
lukaszlenart merged 1 commit intoognl-3-4-xfrom
Conversation
Added comprehensive CLAUDE.md file providing guidance for Claude Code when working in this repository. The file includes: - Project overview and Java 8 compatibility requirements for ognl-3-4-x branch - Essential build, test, and development commands - Architecture overview focusing on expression evaluation flow and context management - Critical development rules, especially context root preservation (Issue #472) - Common pitfalls with examples (Java 8 compatibility, null handling, context management) - Issue analysis workflow and key file references Also updated .gitignore to exclude .DS_Store files and .claude/settings.local.json 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
dcb8099 to
4536a76
Compare
|
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
This PR adds a comprehensive
CLAUDE.mdfile to provide development guidance for Claude Code when working in this repository. The file is concise (<300 lines) and focuses on the most important information specific to the ognl-3-4-x branch.What's Included
Essential Information:
Critical Development Rules:
Practical Guidance:
Additional Changes
Updated
.gitignoreto exclude:.DS_Storeand**/.DS_Store(macOS filesystem artifacts).claude/settings.local.json(user-specific Claude Code settings)Benefits
This file will help future Claude Code instances:
The guidance is based on recent work including the Issue #472 fix, which highlighted the critical importance of context root preservation in nested evaluations.
🤖 Generated with Claude Code