UIs use this to surface a "What is this?" sentence above a
panel of issues that share a code — describing the underlying
problem rather than what the registered Fix would do about it.
Returns the empty string when no inspection in the registry
registers a description for code. UIs should treat the
absence as "skip the description card", not as a fallback to
the code itself.
Resolve an issue code to a plain-English description by consulting the descriptions maps on every Inspection registered in
registry(default DEFAULT_INSPECTION_REGISTRY).UIs use this to surface a "What is this?" sentence above a panel of issues that share a code — describing the underlying problem rather than what the registered Fix would do about it.
Returns the empty string when no inspection in the registry registers a description for
code. UIs should treat the absence as "skip the description card", not as a fallback to the code itself.