c2fb17f6ee
ChatTurn wire frame now includes latencyMs: Long? and totalTokens: Int?. DomainEventMapper reads them from ChatTurnEvent.latencyMs and tokensUsed?.totalTokens. Positional call site in DomainEventMapperTest converted to named args. Two new serialization tests cover the ROUTER (metrics present) and USER (metrics absent) paths.