getCodebase
Retrieve and analyze entire codebases as single text output, with options to include summaries, directory structures, and custom formatting like XML or Markdown. Removes comments or empty lines, filters files by patterns, and displays line numbers.
Instructions
Retrieve the entire codebase as a single text output using RepoMix
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cwd | No | Current working directory of the codebase (defaults to current dir) | |
format | No | Output format (xml, markdown, or plain) | xml |
ignorePatterns | No | Ignore patterns (using glob patterns, comma-separated) | |
includeDirectoryStructure | No | Include directory structure | |
includeFileSummary | No | Include summary of each file | |
includePatterns | No | Include patterns (using glob patterns, comma-separated) | |
removeComments | No | Remove comments from the code | |
removeEmptyLines | No | Remove empty lines from the code | |
showLineNumbers | No | Show line numbers |