analyze_codebase_deeply
Identify and analyze codebase patterns, tech stack, and architecture by scanning a project directory. Configure depth and exclude specific patterns for targeted insights.
Instructions
Perform comprehensive analysis of codebase to understand patterns, tech stack, and architecture
Input Schema
Name | Required | Description | Default |
---|---|---|---|
excludePatterns | No | Patterns to exclude from analysis | |
maxDepth | No | Maximum directory depth to analyze (default: 5) | |
projectPath | Yes | Path to the project directory to analyze |