
Wraps a structurally-typed stream unwrapped_named_type into its named-type identity named_type, producing a strongly-typed alias from its underlying representation. Type-level relabel only; inverse of unpack_named.
Reconstruct a named value after editing its fields, then ship it as JSON.
Coerce a raw tuple into a named event for a consumer that requires the alias.
named_type is fixed by the downstream wiring, so this step cannot be deployed in isolation without a consumer that pins the alias.Pack named trasformation component