architecture
Visualize codebase organization by grouping files into modules, showing dependencies and roles to understand high-level structure.
Instructions
High-level architecture view: modules, their roles, and inter-module dependencies. Groups files into top-level directories, shows import and call edges between modules. Use for understanding how the codebase is organized at a macro level.
exclude_dirs: comma-separated directory prefixes to skip
output_format: "text" (default) or "json" for structured responseInput Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | Yes | ||
| exclude_dirs | No | ||
| output_format | No | text |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |