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: content/rules.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: "Custom Semantic Code Checks for PRs"
3
-
date: 2025-06-26T17:16:50+01:00
3
+
date: 2025-07-09T17:16:50+01:00
4
4
draft: false
5
5
toc: false
6
6
tags:
@@ -33,6 +33,8 @@ Then, create a `.recurseml.yaml` file (you can place it anywhere in your project
33
33
rules: .cursor/rules
34
34
```
35
35
36
+
Recurse ML rules are compatible with [Continue's](https://docs.continue.dev/customize/deep-dives/rules) [Cursor's](https://docs.cursor.com/context/rules) rule formats.
37
+
36
38
Next, create your rules directory and add your first rule. Create a file called `effective-comments.md` in your `.cursor/rules` directory:
Now, the rules act as a JIT learning tool for new-joiners, too!
198
+
And if your team is already using Cursor Rules for AI-assisted development, these same patterns will help maintain consistency across both human and AI-generated code.
199
+
196
200
197
201
## Your Usecase Here
198
202
199
203
Do you have a pet peeve that you fight for like it's the Battle of Verdun?
200
204
Is there part of your project that requires extra care during every PR?
201
205
Maybe you just found a weird and wacky way to use this feature?
206
+
How does this compare to your existing agent rule setup?
202
207
I'd like to hear all about it.
203
-
My email's my name at recurse.ml.
208
+
My email's armin at recurse.ml.
204
209
And for higher bandwidth comms, you can find our team on Discord: https://discord.gg/qEjHQk64Z9
0 commit comments