resolve_related_code_repos
Match a docs repo to candidate code repos by source root overlap, enabling correct repo selection for symbol linking.
Instructions
Map a jdocmunch docs repo to candidate jCodeMunch code repo handles by source_root. The two suites use independent repo-identity models, so a docs handle (e.g. 'local/foo-docs') is NOT a valid jCodeMunch code_repo. Given a docs repo, returns candidates[{repo, confidence, reason, source_root}] (exact source_root match = high; containment = medium/low), an 'ambiguous' flag, and _meta.bridge_available. Use it to pick the right code_repo for the link_code_to_symbols / get_undocumented_symbols bridge tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | jdocmunch docs repo identifier |