-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
chore: Add local claude settings to gitignore and a slash command to fix issues #16679
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
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.
The rule makes a lot of sense to me.
does claude code automatically pull this in? Or do you have to explicitly reference it?
If you have to explicitly reference it, I would prefer this just becomes a cursor rule that you call when using claude code.
It's automatically there when you load up claude, it looks at .claude and finds the commands. I also added one for release creation locally but wasn't yet fully happy with the outcome.
I guess we have to make a decision about claude vs. cursor in this repo because it doesn't make much sense to duplicate everything like this 😬
Ah, I see what you mean. Maybe we could add a slash command that just tells claude to look at the cursor rules. Still some overhead, but then you get a nice slash command (and you see all available commands we have) without having to think about it. WDYT?
Yeah I'd like that. We can write docs about this in the repo as well.
No description provided.