Improve cursor rules editor/IDE

Love cursor rules - and cursor in general. Good job guys. Here’s some feedback:

  1. It’s a different editor when editing MDC. It introduces various problems. You can’t get autocompletion, it scrolls to top of document when you switch between files, and many more frustrations I can’t remember at this point. I suggest you just use the default editor as if you were editing any other file
  2. Sync MDC metadata with Cursor Settings. Currently it does not sync with Cursor Settings if I append metadata in top of the mdc file:
---
type: Auto Attached
description: "E2E Testing Patterns: Validating full user workflows via the GraphQL API."
globs:
- "**/*.e2e-spec.ts"
alwaysApply: false
---
Rules here..
  1. Add support for multiple types (e.g. both Agent Requested but also Auto Attach).
  2. Support for “Auto Attach” when thinking, or moving through conversation, not just in the initial prompt. I am very much in doubt if I should use Auto Attached or Agent Requested. I initially thought “Auto Attached” would be the way to go, but it seems to only work if I start the prompt in a specific file; e.g. it does not seem to auto attach if it’s thinking and going through my files.