pub const MAX_BODY_BYTES: usize = _; // 16_384usizeExpand description
Hard input cap. Real SMS/notifications are <2 KB; anything past 16 KB is a paste-attack or a corrupt read — regexing megabytes burns CPU for nothing. (Premortem: FFI callers pass arbitrary strings; the core must not spin.)