get_codebase_map
Generate a token-efficient AST symbol outline of a repository, listing classes, functions, and interfaces to help AI agents understand code structure while reducing token usage.
Instructions
Extracts a token-efficient AST symbol outline map (classes, functions, interfaces) of the repository.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rootDir | No | Path to repository root directory (default: current working directory) |