include/lightspeed@tooling@developer_productivity_RuntimeDiagnosticsSurface.hrl

-record(runtime_diagnostics_surface, {
    domain :: lightspeed@tooling@developer_productivity:diagnostics_domain(),
    command :: binary(),
    key_signals :: list(binary()),
    remediation_hint :: binary(),
    custom_instrumentation_required :: boolean()
}).