Skip to content

Commit 41beb77

Browse files
committed
Read in conventions from .windsurfrules files as well
1 parent 50b1752 commit 41beb77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/prompts/system.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ You accomplish a given task iteratively, breaking it down into clear steps and w
757757
5. The user may provide feedback, which you can use to make improvements and try again. But DO NOT continue in pointless back and forth conversations, i.e. don't end your responses with questions or offers for further assistance.`
758758

759759
async function loadRuleFiles(cwd: string): Promise<string> {
760-
const ruleFiles = ['.clinerules', '.cursorrules']
760+
const ruleFiles = ['.clinerules', '.cursorrules', '.windsurfrules']
761761
let combinedRules = ''
762762

763763
for (const file of ruleFiles) {

0 commit comments

Comments
 (0)