codegraph_arch
Build a module map of files with exports and imports. Understand project structure without reading source files, ideal for quick architectural overview.
Instructions
Return a module map: every file with its exported functions/classes and what it imports. Use this to understand project structure without reading any files. Call after codegraph_build. Much faster than reading each file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Project root | |
| limit | No | Max files in output (default 100) |