$
man architectural
architectural
severity
domain
software architecture
skos:altLabel
structuralfoundationalsystemicsweeping
semver
major
Changes the fundamental design — breaking change or foundational redesign
An architectural change affects the structure of the system — how components are organized, how responsibilities are divided, how data flows between them. These changes are difficult to contain: altering an architecture typically requires updating everything that depends on the old structure.
Architectural changes often require coordination across team boundaries and cannot be made incrementally without planning. They frequently break existing interfaces and require consumers to adapt.