cross_repo_traverse
Traverse the organization dependency graph from a repository or symbol to reveal cross-service dependencies, dependents, and symbol locations across repos.
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 |
|---|---|---|---|
| symbol | No | ||
| start_repo | No | ||
| direction | No | both | |
| depth | No |