find_repo_dependencies
Identify all direct repository dependencies of a given repository by its logical name.
Instructions
Find all repositories that the given repository directly depends on.
Args:
repo_name: The logical name of the repository as indexed (e.g. ``point-bank-bff``).
Returns:
List of dicts with key ``name`` for each dependency repo.
Empty list if the repo is not found or has no declared dependencies.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |