list_god_nodes
Identify architectural coupling hotspots by listing symbols with very high fan-in or fan-out in code repositories.
Instructions
List symbols flagged as god nodes (very high fan-in or fan-out). Use to identify architectural coupling hotspots.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_id | No | Repo ID (uses latest snapshot) | |
| snapshot_id | No | Specific snapshot ID | |
| top_n | No | Max god nodes to return |