visualize_architecture
Generate interactive heatmap visualizations to analyze C# project architecture quality, showing dependencies, violations, and modularity scores with D3.js.
Instructions
Generate interactive architecture heatmap visualization with D3.js. Shows files as nodes colored by score (green=good, red=critical), dependencies as links, violations highlighted. Click nodes to see details.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Path to the C# project directory |