resolve_context_bundle
Compute topological dependency distances (D0, D1, D2) for a target file and return a bundled Markdown context to reduce token bloat.
Instructions
Calculate topological dependency distances (D0 full, D1 interface, D2 nominal) and return bundled Markdown context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target_file | Yes | Path to the active target file in editing (D0) | |
| project_root | No | Root directory of the project. Defaults to target file's directory. |