Skip to content

Commit 947a0cc

Browse files
committed
Move .roorules to .roo/rules/
1 parent 580672f commit 947a0cc

File tree

2 files changed

+19
-17
lines changed

2 files changed

+19
-17
lines changed

.roo/rules/rules.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Code Quality Rules
2+
3+
1. Test Coverage:
4+
5+
- Before attempting completion, always make sure that any code changes have test coverage
6+
- Ensure all tests pass before submitting changes
7+
8+
2. Lint Rules:
9+
10+
- Never disable any lint rules without explicit user approval
11+
12+
3. Styling Guidelines:
13+
- Use Tailwind CSS classes instead of inline style objects for new markup
14+
- VSCode CSS variables must be added to webview-ui/src/index.css before using them in Tailwind classes
15+
- Example: `<div className="text-md text-vscode-descriptionForeground mb-2" />` instead of style objects
16+
17+
# Adding a New Setting
18+
19+
To add a new setting that persists its state, follow the steps in cline_docs/settings.md

.roorules

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)