One-call task context bundle
context_packExplore a codebase topic in one call: ask a natural-language query and receive ranked symbols, file connections, and top code bodies, all under a character budget.
Instructions
Understand a whole topic in ONE call instead of ~10: give a natural-language query ('how does auth work') and slimdex runs the exploration itself — BM25-ranks the symbols, shows how their files connect (import graph, one hop), includes the top few bodies, all under a char budget. Saves the round-trips AND keeps ten separate results out of the transcript. Orient with this; drop to get_symbol_context / read_lines for exact source.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The topic to understand, in words — 'how does login work', 'the indexing pipeline'. | |
| bodies | No | How many top symbols to include full bodies for (default 3). | |
| budget | No | Soft char cap on the whole pack (default 6000). | |
| symbols | No | How many ranked symbols to list (default 8). |