|
1 | 1 | alias:: [[Repomix/repomix.config.json]] |
2 | 2 |
|
3 | 3 | - # Repomix Config |
4 | | - - The config file is in [[JSON5]] which means it can have [[Code/Comments]] in it |
| 4 | + - The config file is in [[JSON5]] which means it can have [[Code/Comment]] in it |
5 | 5 | - ## Config File Options |
6 | 6 | - [[Repomix/Config/output/filePath]] |
7 | 7 | - The name of the output file (default: `"repomix-output.txt"`) |
8 | 8 | - [[Repomix/Config/output/style]] |
9 | 9 | - The style of the output (`plain`, `xml`, `markdown`) (default: `"plain"`) |
10 | 10 | - [[Repomix/Config/output/headerText]] |
11 | 11 | - Custom text to include in the file header (default: `null`) |
12 | | - - [[Repomix/Config/output/instructionFilePath]] |
13 | | - - Path to a file containing detailed custom instructions (default: `null`) |
| 12 | + - ### [[Repomix/Config/output/instructionFilePath]] - see [Custom Instruction](https://github.com/yamadashy/repomix/tree/main?tab=readme-ov-file#custom-instruction) |
| 13 | + - Path to **a file** containing **detailed custom instructions for the [[AI/LLM]] to include in the bundle** (default: `null`) |
| 14 | + - allows you to specify a separate file containing detailed instructions or context about your project. This allows AI systems to understand the specific context and requirements of your project. |
| 15 | + - #### #Example - this should likely be [[AI/Coding/v0/File/repo-overview]] |
| 16 | + - ``` |
| 17 | + # Coding Guidelines |
| 18 | + |
| 19 | + - Follow the Airbnb JavaScript Style Guide |
| 20 | + - Suggest splitting files into smaller, focused units when appropriate |
| 21 | + - Add comments for non-obvious logic. Keep all text in English |
| 22 | + - All new features should have corresponding unit tests |
| 23 | + |
| 24 | + # Generate Comprehensive Output |
| 25 | + |
| 26 | + - Include all content without abbreviation, unless specified otherwise |
| 27 | + - Optimize for handling large codebases while maintaining output quality |
| 28 | + ``` |
| 29 | + - #### [[My Notes]] |
| 30 | + - Perhaps a reference to |
14 | 31 | - [[Repomix/Config/output/removeComments]] |
15 | 32 | - Whether to remove comments from supported file types (default: `false`) |
16 | 33 | - [[Repomix/Config/output/removeEmptyLines]] |
|
0 commit comments