suggest_codemap_topics
Discover interesting codemap topics by analyzing repository call graph hubs, core modules, and entry patterns to identify which flows to explore before generating a full codemap.
Instructions
Suggest interesting codemap topics for a repository based on call graph hubs, core modules, and common entry patterns. Use before generate_codemap to discover what flows are worth exploring.
Requires: index_repository must be called first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | Yes | Path to the indexed repository | |
| max_suggestions | No | Maximum topic suggestions to return (default: 10, range: 1-30) |