pub const COMMAND_CATEGORIES: &[&str];Expand description
Registered multi-word command categories (first underscore-separated
segment). A new CATEGORY_ACTION command registers its prefix here;
reusing an existing category needs no change. Single-word commands
carry no category and are unaffected.