.mdc files - can we just edit YAML front matter directly?

Please ditch the form-based editing of .mdc rule files. It’s just YAML front matter between two --- lines. Use simple validation/linting rules to highlight when something about a rule is in error or incorrectly specified.

At least give us the option to switch to raw YAML front-matter editing. The form-based approach doesn’t even work. I get the “Rule Type” dropdown, then an input field to the right which is either “Description” or “File pattern matches” (if I have glob rules specified). For example, I know this rule has a description (I used VIM to edit the YAML front matter directly). But because it has glob rules, for some reason (bug?) description doesn’t show up in the editor. Please no forms!

We are coders. Just give us the text to edit. No forms requiring mouse clicks. Please.