ask_repo
Ask questions about a repository's structure, purpose, dependencies, patterns, or concerns to understand the codebase through natural language queries.
Instructions
Ask a question about an analyzed repository. Questions can be about structure, purpose, dependencies, patterns, or concerns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Optional: path to repo if different from last analyzed | |
| question | Yes | The question to ask about the repository (e.g., 'What does this repo do?', 'Why is the auth service structured this way?') |