aidex_signature
Extract file signatures including headers, types, and method prototypes to understand code structure without reading entire files.
Instructions
Get the signature of a single file: header comments, types (classes/structs/interfaces), and method prototypes. Use this INSTEAD of reading entire files when you only need to know what methods/classes exist. Much faster than Read tool for understanding file structure.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to project with .aidex directory | |
| file | Yes | Relative path to the file within the project (e.g., "src/Core/Engine.cs") |