//! Harness communication boundaries.
//!//! This module is reserved for the typed contracts that connect channel events
//! to OpenHuman harness execution.
pubmodbridge;pubmodtypes;pubusebridge::{BridgeTranslationOptions, translate_output_event};pubusetypes::{
ChannelOutputEvent, ChannelTurn, HarnessLifecycleEvent, InboundLifecycleStage,
TurnAdmissionVerdict,};#[cfg(test)]modtest;