Skip to content

Commit c8a441b

Browse files
committed
Update date and mention rule compatability
1 parent b408147 commit c8a441b

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

content/rules.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
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
44
draft: false
55
toc: false
66
tags:
@@ -33,6 +33,8 @@ Then, create a `.recurseml.yaml` file (you can place it anywhere in your project
3333
rules: .cursor/rules
3434
```
3535
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+
3638
Next, create your rules directory and add your first rule. Create a file called `effective-comments.md` in your `.cursor/rules` directory:
3739

3840
```md
@@ -193,13 +195,16 @@ See: https://www.joelonsoftware.com/2005/05/11/making-wrong-code-look-wrong/
193195
```
194196

195197
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+
196200

197201
## Your Usecase Here
198202

199203
Do you have a pet peeve that you fight for like it's the Battle of Verdun?
200204
Is there part of your project that requires extra care during every PR?
201205
Maybe you just found a weird and wacky way to use this feature?
206+
How does this compare to your existing agent rule setup?
202207
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.
204209
And for higher bandwidth comms, you can find our team on Discord: https://discord.gg/qEjHQk64Z9
205210

0 commit comments

Comments
 (0)