repo_analyze_repository
Scan a local repository, parse source code with AST, and generate an AI summary covering structure, framework, dependencies, and architecture.
Instructions
Analyze a local repository to understand its structure, framework, dependencies, and architecture. Scans all files, performs AST parsing on source code, detects patterns, and generates an AI summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the repository root directory. |