analyze_codebase
Analyzes codebase structure to identify documentation needs, APIs, and components, then generates a documentation plan for autonomous documentation generation.
Instructions
Autonomously analyze entire codebase structure, extract documentation needs, identify APIs, components, and generate documentation plan
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Root path to analyze (defaults to current directory) | |
| include_patterns | No | Glob patterns to include (e.g., ['**/*.ts', '**/*.py']) | |
| exclude_patterns | No | Glob patterns to exclude (e.g., ['node_modules/**', 'dist/**']) | |
| depth | No | Analysis depth level | standard |