Composer 2.0 not following rules

Hey, thanks for the report. This is a known issue. The .cursor/rules/ directory currently only recognizes files with the .mdc extension, even though the docs mention .md support.

Workaround: rename your rule files from .md to .mdc. The content format is the same. Frontmatter with --- separators at the top, then the rule markdown content.

Related reports:

The team is aware of the mismatch. For now, .mdc is the reliable option.