chore(claude): add Claude Code support for maintainers#312
Conversation
mwbrooks
left a comment
There was a problem hiding this comment.
Comments for the kind human reviewers
| @@ -0,0 +1,242 @@ | |||
| # CLAUDE.md | |||
There was a problem hiding this comment.
note: Auto-generated with /init
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #312 +/- ##
==========================================
- Coverage 64.89% 64.88% -0.02%
==========================================
Files 212 212
Lines 17538 17538
==========================================
- Hits 11382 11380 -2
- Misses 5089 5092 +3
+ Partials 1067 1066 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
zimeg
left a comment
There was a problem hiding this comment.
@mwbrooks LGTM! Such a welcomed change too! I look forward to enhancing available tooling in follow up PRs but this is scoped well to start IMO 👾 ✨
I'm finding also that a nested CLAUDE.md finds the right context. Clever setups:
/context
└ ~/.claude/CLAUDE.md: 101 tokens
└ .claude/CLAUDE.md: 2.3k tokens
Co-authored-by: Eden Zimbelman <eden.zimbelman@salesforce.com>
Co-authored-by: Eden Zimbelman <eden.zimbelman@salesforce.com>
|
Thanks for the collab on ideas @zimeg! 👥 I'm going to merge this but let's continue to refine the Claude configuration files to work well with this codebase ✨ |
Summary
This pull request adds a basic, shared Claude Code configuration for consistent AI-assisted development across all maintainers. 🤖
File structure:
Extra notes:
.claude/CLAUDE.mdwas generated with/init.claude/instead of the project root.claude/rules/*.mdbecause our file is still small and organized.claude/settings.jsonauto-approves a few common bash commands.gitignoreignores local Claude Code files✨ Hoping this is a place that we continue to add more clarity and direction to Claude around our desired coding style and goals!
Requirements