Update cline profile and add test; adjust other rules tests

This commit is contained in:
Joe Danziger
2025-05-27 10:15:57 -04:00
parent 9d25178d12
commit 2327499920
4 changed files with 118 additions and 5 deletions

View File

@@ -106,8 +106,8 @@ This references [dev_workflow.mdc](mdc:.cursor/rules/dev_workflow.mdc) and
const convertedContent = fs.readFileSync(testWindsurfRule, 'utf8');
// Verify transformations
expect(convertedContent).toContain('(mdc:.windsurf/rules/dev_workflow.md)');
expect(convertedContent).toContain('(mdc:.windsurf/rules/taskmaster.md)');
expect(convertedContent).toContain('(.windsurf/rules/dev_workflow.md)');
expect(convertedContent).toContain('(.windsurf/rules/taskmaster.md)');
expect(convertedContent).not.toContain('(mdc:.cursor/rules/');
});
});