auto upgrader from v3-> v4 and readme updates
This commit is contained in:
@@ -43,7 +43,7 @@ class IdeSetup {
|
||||
const mdcPath = path.join(cursorRulesDir, `${agentId}.mdc`);
|
||||
|
||||
// Create MDC content with proper format
|
||||
let mdcContent = '\n---\n';
|
||||
let mdcContent = '---\n';
|
||||
mdcContent += 'description: \n';
|
||||
mdcContent += 'globs: []\n';
|
||||
mdcContent += 'alwaysApply: false\n';
|
||||
|
||||
Reference in New Issue
Block a user