car-messaging 0.31.0

Multi-channel approval-transport adapters (iMessage + Slack) for the CAR daemon — inbound poller/orchestrator, Slack wire parsing, per-channel config/allowlist/pairing. Extracted from car-server-core (#418) to cut its test-binary link footprint.
1
2
3
4
5
6
7
8
9
10
//! Multi-channel approval-transport adapters for the CAR daemon (iMessage +
//! Slack), extracted from `car-server-core` (#418) so its heavy test binaries
//! stop inflating CI link/disk. Depends on `car-server-types` (HostState,
//! channel, approval) — NOT on the dispatcher, so there is no cycle.

pub mod channel_supervisor;
pub mod fanout;
pub mod messaging_config;
pub mod messaging_orchestrator;
pub mod slack_adapter;