ARCHITECTURE
Measure architecture from code and change history.
Corbulo combines the code graph, architecture reviews, and repository history to measure modularity, declared dependencies, import cycles, and coupling that only appears when files change together.
ARCHITECTURE SCORECARD
Four scores, one structural rating
Modularity, coupling, scalability, and patterns are scored separately so the overall grade does not hide the failing dimension.
HIDDEN COUPLING
Dependencies the code does not declare
Corbulo crosses repository history with the code graph to find files that repeatedly change together across zone boundaries without an import or call between them.
WHAT THE DASHBOARD SEPARATES
Review scorecard
Modularity, coupling, scalability, patterns, strengths, risks, and recommendations from each architecture review.
Declared structure
Module dependencies, fan-in, fan-out, instability, and import cycles from the indexed code graph.
Hidden coupling
Files in different zones that repeatedly change together even though no import or call connects them.
Change over time
Review history shows whether the architecture is improving and which recommendations remain open.