Open Kioku Module Dependencies
module_dependenciesIdentify direct imports and dependents of a file or symbol to inspect its immediate dependency neighborhood before editing. Use this read-only tool to map affected modules and validate impact scope.
Instructions
List the direct dependency graph neighbors (imports and dependents) of a given file or symbol node. Use to inspect direct dependency neighbors for one file or symbol. Prefer dependency_path for a route between two nodes and architecture_policy_check for rule violations. This is read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | The file path or symbol node identifier. | |
| limit | No | Maximum number of neighbors to return. Defaults to 20, capped at 100. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | No | Wrapped non-object output, used for Markdown, TOON, or scalar responses. |