Skip to content

Commit ca65693

Browse files
author
nik
committed
fix linting
1 parent 8008d57 commit ca65693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llmGenerator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ async function generateWithClaude(repoContent: string, guidelines: string, outpu
166166
const chunk = chunks[i];
167167
const isFirstChunk = i === 0;
168168

169-
const systemPrompt = `You are an expert AI system designed to analyze code repositories and generate Cursor AI rules. Your task is to create a .cursorrules file based on the provided repository content and guidelines.`;
169+
const systemPrompt = 'You are an expert AI system designed to analyze code repositories and generate Cursor AI rules. Your task is to create a .cursorrules file based on the provided repository content and guidelines.';
170170

171171
let userPrompt;
172172

0 commit comments

Comments
 (0)