fullscope_expand
Drill into a specific function from a skeleton output by providing its file path and expand handle. Returns the function body with comments stripped and logic preserved.
Instructions
Drill into a specific function from a fullscope_skeleton output. Takes a file path + expand handle (e.g. "fn:login" from the skeleton placeholder). Returns just that function body with context-level compression (comments stripped, logic preserved). Use this to progressively disclose detail: start with fullscope_skeleton (cheapest), then fullscope_expand only for functions you care about.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| handle | Yes | Expand handle from skeleton output (e.g. "fn:login") | |
| file_path | Yes | Absolute path to the file |