mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
* feat: Add support for .roorules configuration files - Add .roorules to the list of supported rule files - Improve mode-specific rule file handling to prioritize .roorules over .clinerules - Update file loading logic to track which rule file was successfully loaded - Add test cases for .roorules functionality This change maintains backward compatibility with existing .clinerules while introducing support for the new .roorules format as the preferred configuration method. * refactor: simplify rule file loading by removing unused rules - Removed .cursorrules and .windsurfrules from the list of rule files in loadRuleFiles function. * refactor: update loadRuleFiles to return single rule file content - Modified loadRuleFiles function to return content from the first available rule file instead of combining multiple rule files. - Updated tests to reflect the new behavior of loading only the .roorules file content when available, ensuring clarity in rule file handling. * fix: update prompts for deprecated rule file references - Updated prompts in the English locale to reflect the deprecation of .clinerules in favor of .roorules. - Added notes in the prompts indicating that .clinerules will stop working soon, ensuring users are aware of the upcoming changes. * Translations * Update links * Revert README changes * Add missing spans around links --------- Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| .storybook | ||
| public | ||
| src | ||
| .eslintrc.json | ||
| .gitignore | ||
| .npmrc | ||
| components.json | ||
| index.html | ||
| jest.config.cjs | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.json | ||
| vite.config.ts | ||