REFERENCE
Documentation that updates with the code.
Corbulo generates architecture and module documentation from the repository, mines conventions, maps zones, and keeps ADRs beside the structure they describe. Bug detection and pull request review use the same reference.
ARCHITECTURE ZONE
Boundaries the analysis can use
Corbulo can detect zones from repository structure. Teams can edit them, assign owners, and define file patterns. Bug detection and PR review use those boundaries when judging scope and impact.
GENERATED DOCUMENTATION
A map reconstructed from the repository
Generated documents and architecture review notes describe the frontend, APIs, domain services, storage systems, integrations, and module relationships found in the code.
FOUR PARTS OF THE REFERENCE
Documentation
Generated system maps, module and dependency descriptions, and the latest architecture review notes.
Conventions
Patterns mined from repeated implementations, with supporting examples, conformance, and deviations.
Zones
Detected or team-defined parts of the system, including file patterns, packages, owners, and repository activity.
Decisions
Architecture decision records written by the team, kept beside the structure and conventions they affect.