component_boundary
Audit the contract between two modules by showing every call, callback, and type reference crossing them in both directions, with confidence and file:line.
Instructions
Read-only. Show every call, callback, and type reference crossing between two path components, in both directions, with confidence and file:line. Use it to audit the contract between two modules/dirs; cross_boundary_paths adds rarity ranking over the same crossings. Components are path prefixes (e.g. src/net vs src/crypto).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | maximum crossing rows returned | |
| format | No | text (compact, default) | json (structured result page) | |
| offset | No | row offset for paging | |
| to_component | Yes | destination component: a path prefix (e.g. src/crypto) | |
| from_component | Yes | source component: a path prefix (e.g. src/net) |