-
Notifications
You must be signed in to change notification settings - Fork 0
Description
How would this transpile into claude code or cursor? they both have their own formats for rules documents and cursor actually also accepts claude's formats for coding rules etc. now.
more to mull on:
great general reference that we might want to think about: https://github.com/PatrickJS/awesome-cursorrules
how cursor does it: https://cursor.com/docs/context/rules (agents.md file in cursor)
claude: Claude Code’s convention is a repository CLAUDE.md that defines behavior, coding rules, and doc expectations
My 2 cents is to put what you have here in the claude.md format or cursor agents.md format and use this repository as the ground truth for these so we can change them in one place for the team and keep what you currently have as well as add folders for each IDE flavor or similar taxonomy so we have our own outside of any IDE end use case.
hopefully that is helpful to think through