module_summary
Summarize a file's module by listing defined symbols, imports, and dependent files from the call graph. Read before editing unfamiliar code to understand its impact.
Instructions
A file as a unit: the symbols it defines, what it imports, and which files depend on it (via the call graph). Read it before editing a file you don't know.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | File path or fragment, e.g. `VoxelWorld.cs`. | |
| limit | No | Max symbols to list. | |
| source | No | Source name. Omit when only one source applies. |