pub const MAX_CHAR_LIMIT: usize = 10_000_000;
Hard ceiling for command/output char limits (0 = unlimited still allowed) — G-SERDE-11.