repo.outline
Shows the declaration structure of a file: classes, functions, and other symbols with line ranges and parent context, using AST or lexical analysis.
Instructions
Return the declaration structure of a file using AST (Python) or lexical analysis. Shows classes, functions, and other symbols with line ranges and parent context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Repository-relative file path. |