mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-09-08 07:52:12 +03:00
The transcript source field (client/embedded/audio-bridge) is validated against an enum but is not yet server-verified — OmniRoute does not confirm that an embedded/audio-bridge label actually came from a server-owned extraction. GUARDRAILS.md previously documented the enum without flagging this gap, which is exactly what issue #11652 exists to close. This is a documentation correction only; no runtime behavior changes. Refs #11661