explain_code_path
Find and explain the shortest call or import path between two code symbols to understand how one reaches another, with each step annotated for clarity.
Instructions
Finds the shortest call/import path between two symbols and annotates each hop with semantic purpose. Answers "how does X reach Y?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from_symbol | Yes | Starting symbol ID | |
| to_symbol | Yes | Target symbol ID | |
| snapshot_id | Yes | Snapshot to query |