pub const PREFIX: &str = "coven:";
Prefix on a pasted coven code, so a string from an unrelated format is rejected immediately with a clear “missing prefix” error rather than failing confusingly at base64 or JSON decode.