lean_module_hierarchy
Analyze module import dependencies in Lean 4 projects. Traverse forward (imports) or reverse (importedBy) to understand code structure and impact.
Instructions
Forward and reverse module import dependency hierarchy analysis
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| direction | No | Direction of dependency traversal (default: both) | |
| moduleName | Yes | Full module name (e.g. EASCI.ReinforcementLearning.Core) |