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

@@ -13,7 +13,7 @@ const clineProfile = createProfile({
mcpConfigName: 'cline_mcp_settings.json',
fileExtension: '.mdc',
targetExtension: '.md',
toolMappings: COMMON_TOOL_MAPPINGS.ROO_STYLE, // Cline uses transformed tool names
toolMappings: COMMON_TOOL_MAPPINGS.STANDARD, // Cline uses standard tool names
customFileMap: {
'cursor_rules.mdc': 'cline_rules.md'
}