$ man internal
internal severity
domain software engineering
skos:altLabel mechanical
semver patch
Implementation detail only — no external interface or behavior change

An internal change affects only the implementation — not the interface, not the observable behavior, not the architecture. From outside the component, nothing has changed. The same inputs produce the same outputs; the same contracts hold.

These are the safest changes to make in isolation, but also the easiest to misclassify. A change that appears internal but modifies timing, resource usage, or error conditions may actually be behavioral.