-
Notifications
You must be signed in to change notification settings - Fork 123
Extend coding style guidelines in CLAUDE.md #3569
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Add guidelines for keeping diffs small, using eyre::Result for error handling, and using builder pattern with with_* methods. Co-Authored-By: Claude Opus 4.5 <[email protected]>
georgwiese
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Next time you open a PR, open a draft PR. Add that to Claude.md
Co-Authored-By: Claude Opus 4.5 <[email protected]>
Co-Authored-By: Claude Opus 4.5 <[email protected]>
| 3. Run relevant tests and / or end-to-end tests using the CLI | ||
|
|
||
| ### Git Workflow | ||
| - Use `git push origin <branchname>` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this could use gh cli tool instead gh pr new eg
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah you already have that below
Some small additions to CLAUDE.md, regarding coding style, when to return to the user and how to interact with GitHub.