The Unified Extension Runtime uses a centralized coordinator for all outbound communication. All outbound intents must enter this single coordinator to ensure policy enforcement and prevent direct product-to-channel sends.
There are eight DeliveryIntent types, which are categorized into two policy classes:
- Policy-class (
deliver): High-priority delivery intents. - Notice-class (
deliver_notice): Notification-style intents.
Cross-class calls (e.g., a notice-class intent attempting to trigger a policy-class action) are strictly rejected by the coordinator. The generic observer/driver must emit exclusively through RunDeliveryServices.coordinator.