get_context_pack
Retrieve a node's source code, its dependencies, dependents, and blast radius in one bundle to safely edit code.
Instructions
One dense bundle for safely editing a node: its source + what it depends on + what depends on it + blast-radius size. Use instead of get_node + source + who_calls + blast_radius.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Target node id | |
| root | No | Repo root (defaults to cwd) | |
| maxRefs | No | Cap on each dependency/dependent list (default 50) |