Conversation
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
Provides essential information for team members using Claude including: - Build and test commands using just - Code style guidelines and formatting requirements - Project structure and key packages overview - PR guidelines with JIRA ticket reference rules - API development workflow with OpenAPI spec references - Common patterns and development tips 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
Add instruction for contributors to use [skip ci] in squash merge commit messages when making changes that don't affect the Java artifact. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
- Replace project overview with README import - Remove API Development Guidelines section - Add CLAUDE.local.md to gitignore 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
- Remove Code Style section - Remove Project Structure section - Remove Common Patterns section 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
- Verify response test data is updated when adding fields - Check README for acceptance test requirements 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
- Add descriptive text for README import in overview - Add user-specific preferences section importing ~/.claude/truelayer-java.md 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
- Document user-specific preferences via ~/.claude/truelayer-java.md - Explain how the file integrates with project's Claude development guide 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
5 tasks
- Always update version in gradle.properties for Java code changes - Follow semantic versioning with breaking change considerations - Strive for backward compatibility, use major versions when not possible 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
dili91
commented
Jun 17, 2025
| .DS_Store | ||
|
|
||
| # Claude local configuration | ||
| CLAUDE.local.md No newline at end of file |
Contributor
Author
There was a problem hiding this comment.
the use of a local file like this seems deprecated but I guess there might be leftovers. It does not hurt having this line here
- Remove title and introduction as they don't add value for Claude - Remove "Ensure proper error handling and logging" from Development Tips 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
dili91
marked this pull request as ready for review
June 17, 2025 08:23
tl-luca-baggi
approved these changes
Jun 17, 2025
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.
Introduce project instructions for Claude Code usage