Extracts the minimal graph context relevant to the given file: direct imports, functions defined, callers, and (optionally) type declarations. Output is structured markdown for direct injection into LLM context windows, keeping token usage minimal while preserving semantic relevance. UseDocumentation Index
Fetch the complete documentation index at: https://docs.supermodeltools.com/llms.txt
Use this file to discover all available pages before exploring further.
--output json for structured consumption by tools.
Aliases: ctx, context
Synopsis
Flags
| Flag | Description |
|---|---|
--depth | Import traversal depth (default 1) |
--types | Include type/class declarations |
--force | Re-analyze even if cache is fresh |
-o, --output | Output format: markdown | json (default markdown) |
-h, --help | Help for focus |