Skip to content

Commit ac705fd

Browse files
committed
Add Cline Rules support with --output-format option
- Add Cline-specific prompt template (cline_rules.md) - Add --output-format CLI option (cursor, cline) - Generate .clinerules files for Cline format - Update guidelines loading based on output format - Support both Cursor (.mdc) and Cline (.clinerules) formats
1 parent e75d7b4 commit ac705fd

12 files changed

Lines changed: 253 additions & 28 deletions

lib/index.js

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/llm-generator-v2.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ export interface LLMGeneratorOptions {
77
temperature?: number;
88
chunkSize?: number;
99
}
10-
export declare function generateWithLLM(repoContent: string, guidelines: string, outputDir?: string, description?: string, ruleType?: string, options?: LLMGeneratorOptions): Promise<string>;
10+
export declare function generateWithLLM(repoContent: string, guidelines: string, outputDir?: string, description?: string, ruleType?: string, outputFormat?: string, options?: LLMGeneratorOptions): Promise<string>;

lib/llm-generator-v2.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)