pub fn structured_operation_response(
surface: &PackageSurface,
operation: OperationId,
result: Value,
) -> SurfaceResponseExpand description
Builds a structured response for an operation listed in a package surface.
This keeps the concrete operation result at the top level for compatibility,
while adding the common title, message, summary, and result fields
expected by package-surface UIs.