-
Notifications
You must be signed in to change notification settings - Fork 66
chore: Add AI rulesets #1475
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
chore: Add AI rulesets #1475
Conversation
Added a CLAUDE.md file with: - Build/lint/test command references - Code style guidelines and patterns - Type and formatting standards 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
Add rules to enforce code style, formatting, and testing guidelines for the CLI. This helps Cursor AI make consistent recommendations when working with the codebase. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
Add a guideline explicitly stating that no one should commit or push to the main branch without permission. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
Update the code-style.md rule to include the guideline about never committing or pushing to main branch without permission. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
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.
Very impressive--I'd give Claude an A+ for grammar and spelling!
One note: Do we want to add use uiLogger
instead of console.log to the code style rules, as we noted on Slack?
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.
Looks good to me! I'm interested to see if this has a noticeable impact
Add AI ruleset