0.45 is amazing

It’s hidden in the settings:

e.g., .cursor/rules/typescript.mdc

---
description: TypeScript rules and standards
globs: ["frontend/**/*.ts", "frontend/**/*.tsx"]
---

# Project TypeScript Rules

If it gets confused, you may find the raw rule.mdc file has 2 front matter and it will only use the 1st one - I had problems with this when I created some files at first.
The front-matter is not shown if Cursor intercepts the .mdc extension and shows you a pretty header.

BAD

---
description:
globs:
---
---
description: TypeScript rules and standards
globs: ["frontend/**/*.ts", "frontend/**/*.tsx"]
---

# Project TypeScript Rules