cross_repo_traverse
Trace cross-service relationships across an organization's repository graph. Start from a repo or symbol to find dependencies, dependents, or where that symbol exists in each linked repository.
Instructions
Traverse the org dependency graph from a repo or symbol to find cross-service relationships.
direction="dependencies" — what does this repo depend on? direction="dependents" — which services depend on this repo? direction="both" — return both directions (default)
If symbol is provided, also reports where that symbol exists in each traversed repo.
Requires repos linked via cognirepo init (written to org graph).
Returns empty if no sibling repos are registered.
Claude: use this when the user asks "which services use X?", "what does auth-service depend on?", or when tracing a bug across service boundaries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | ||
| symbol | No | ||
| direction | No | both | |
| start_repo | No |