//! Platform contracts (ADR-0001).
//!//! These traits are the only way domain code touches the operating system. Tauri-backed
//! implementations live in `adapters/` and `host/`; this crate must never depend on them.
modnotifications;modopener;pubmodpaths;#[cfg(feature ="testing")]pubmodtesting;pubusenotifications::{NoopNotificationService, Notification, NotificationService, Urgency};pubuseopener::Opener;