add brandDir to remove ambiguity and support Cline
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
import path from 'path';
|
||||
|
||||
const brandName = 'Cline';
|
||||
const brandDir = '.clinerules';
|
||||
const rulesDir = '.clinerules';
|
||||
|
||||
// File name mapping (specific files with naming changes)
|
||||
@@ -134,6 +135,7 @@ export {
|
||||
fileMap,
|
||||
globalReplacements,
|
||||
brandName,
|
||||
brandDir,
|
||||
rulesDir,
|
||||
getTargetRuleFilename
|
||||
};
|
||||
@@ -2,6 +2,7 @@
|
||||
import path from 'path';
|
||||
|
||||
const brandName = 'Cursor';
|
||||
const brandDir = '.cursor';
|
||||
const rulesDir = '.cursor/rules';
|
||||
|
||||
// File name mapping (specific files with naming changes)
|
||||
@@ -80,6 +81,7 @@ export {
|
||||
fileMap,
|
||||
globalReplacements,
|
||||
brandName,
|
||||
brandDir,
|
||||
rulesDir,
|
||||
getTargetRuleFilename
|
||||
};
|
||||
|
||||
@@ -8,6 +8,7 @@ const __filename = fileURLToPath(import.meta.url);
|
||||
const __dirname = path.dirname(__filename);
|
||||
|
||||
const brandName = 'Roo';
|
||||
const brandDir = '.roo';
|
||||
const rulesDir = '.roo/rules';
|
||||
|
||||
// File name mapping (specific files with naming changes)
|
||||
@@ -236,6 +237,7 @@ export {
|
||||
fileMap,
|
||||
globalReplacements,
|
||||
brandName,
|
||||
brandDir,
|
||||
rulesDir,
|
||||
getTargetRuleFilename,
|
||||
onPostConvertBrandRules
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
import path from 'path';
|
||||
|
||||
const brandName = 'Windsurf';
|
||||
const brandDir = '.windsurf';
|
||||
const rulesDir = '.windsurf/rules';
|
||||
|
||||
// File name mapping (specific files with naming changes)
|
||||
@@ -130,6 +131,7 @@ export {
|
||||
fileMap,
|
||||
globalReplacements,
|
||||
brandName,
|
||||
brandDir,
|
||||
rulesDir,
|
||||
getTargetRuleFilename
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user