$ man behavioral
behavioral severity
domain systems engineering
skos:altLabel functionaloperationalobservableexternal
semver minor
Changes observable behavior without restructuring — meaningful, non-breaking

A behavioral change alters what the system does as observed from outside — its outputs, its responses, its side effects. The internal machinery may be unchanged, but the system now behaves differently in some observable way.

Behavioral changes are meaningful but non-breaking in the structural sense: the system’s shape is the same, but its responses differ. Consumers may need to update their expectations, but they do not need to restructure their integration.