digital-roster 0.3.2

Rent the intelligence, own the governance — a control plane for workers: software colleagues whose every action passes through a gateway you control (default-deny egress, injected credentials, budgets, approval gates, audit).
1
2
3
4
5
6
7
8
9
//! Edges to the outside world: the Discord client (REST out, websocket in),
//! listener supervision, and the inbound relay that turns messages into tasks.

pub mod discord;
pub mod links;
pub mod listen;
pub mod relay;
pub mod slack;
pub mod slash;