1//! Transport contract constants.
2//!
3//! This module contains string constants for API routes and command names
4//! shared across adapters (Axum, Tauri). Keep these string-only with no
5//! framework-specific types to avoid dependency creep.
67pub mod http;