Skip to content

Commit e0cd29a

Browse files
authored
Merge pull request #3558 from Kilo-Org/improve-copilot-instructions
improve copilot instructions
2 parents 2471aa9 + 92bf45c commit e0cd29a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/copilot-instructions.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ let j = 3
5151

5252
## Special Cases
5353

54-
### Kilocode specific file
55-
56-
- if the filename or directory name contains kilocode no marking with comments is required
57-
- if the file lives inside of the jetbrains/ or cli/ root folder, no marking with comments is required
58-
5954
### New Files
6055

6156
If you're creating a completely new file that doesn't exist in Roo, add this comment at the top:
6257

6358
```
6459
// kilocode_change - new file
6560
```
61+
62+
### Kilocode specific file - these rules take precedence over all other rules above
63+
64+
- if the filename or directory name contains kilocode no marking with comments is required
65+
- if the file lives inside of the jetbrains/ or cli/ root folder, no marking with comments is required

0 commit comments

Comments
 (0)