//! CADMAS-CTX delegation calibration (arXiv:2604.17950).
//!
//! Hierarchical per-(agent, skill, bucket) Beta posteriors scored
//! under a risk-aware LCB. Replaces static per-agent skill scores
//! which have provably linear regret.
//!
//! ## Module layout
//!
//! * [`beta`] — `BetaPosterior` math + update
//! * [`config`] — `DelegationConfig` tunables
//! * [`state`] — `DelegationState` sidecar + scoring/delegation API
//! * [`env`] — `CODETETHER_DELEGATION_ENABLED` override
pub use BetaPosterior;
pub use ;
pub use DelegationState;