architecture_overview
Identify a repository's modules, layers, import cycles, high-risk symbols, and entry points in one call to orient yourself in unfamiliar code.
Instructions
Orient yourself in an unfamiliar repo: modules, layers, cycles, hotspots.
Start here. One call replaces a dozen exploratory file reads: you get module sizes and layering, import cycles, the highest-PageRank symbols (the risky ones to change) and the repo's entry points.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_diagram | No | Include a Mermaid diagram of the module graph |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |