FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Everything I've learned so far about .cursorrules after mass testing them
How-ToWeb Development

Everything I've learned so far about .cursorrules after mass testing them

via Dev.toNed C1mo ago

I've been running experiments on Cursor's rule system for a few weeks now. I started because my rules weren't working and I couldn't figure out why, and I ended up going way deeper than I planned. So if you're still using a .cursorrules file in your project root, it works, but it's the old way. Cursor moved to .cursor/rules/*.mdc files a while back. The .mdc format lets you scope rules to specific file types, set metadata in frontmatter, and organize rules into separate files instead of one giant blob. I tested both. If you have a .cursorrules AND .mdc files, the .mdc files win. The old file still loads in a clean directory with nothing else, but once you have the new format, that's what Cursor uses. Migrating takes maybe 10 minutes. I split my monolithic .cursorrules into separate .mdc files by concern. One for TypeScript conventions, one for testing patterns, whatever. alwaysApply: true or nothing This one cost me WAY too much time... Every .mdc file has YAML frontmatter at the top.

Continue reading on Dev.to

Opens in a new tab

Read Full Article
22 views

Related Articles

Week 6 — No New Problems. Just Me and Everything I Already Learned.
How-To

Week 6 — No New Problems. Just Me and Everything I Already Learned.

Medium Programming • 2d ago

What OpenClaw Gets Wrong Out of the Box (And How to Fix It)
How-To

What OpenClaw Gets Wrong Out of the Box (And How to Fix It)

Medium Programming • 2d ago

Android Remote Compose:讓 Android UI 不用發版也能更新
How-To

Android Remote Compose:讓 Android UI 不用發版也能更新

Medium Programming • 2d ago

How-To

Learn Something Old Every Day, Part XVIII: How Does FPU Detection Work?

Lobsters • 3d ago

“Learn to Code” Is Dead… Learn to Think Instead
How-To

“Learn to Code” Is Dead… Learn to Think Instead

Medium Programming • 3d ago

Discover More Articles