add brandDir to remove ambiguity and support Cline

This commit is contained in:
Joe Danziger
2025-05-21 12:28:56 -04:00
parent 97859d8d7e
commit 9eacd6e061
6 changed files with 14 additions and 6 deletions

View File

@@ -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