You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/index.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,17 @@ To use rules with your AI IDE of choice, you can "render" them to the necessary
44
44
rules render cursor
45
45
```
46
46
47
-
will copy all of the `.rules/` into a `.cursor/rules/` folder. `rules` currently supports the following formats: cursor, continue, windsurf, claude, copilot, codex, cline, cody, and amp.
47
+
will copy all of the `.rules/` into a `.cursor/rules/` folder. `rules` currently supports the following formats:
48
+
49
+
-**continue** - `.continue/rules/*.md` (Continue Dev rules)
0 commit comments