pub const RESERVED_PROFILE_NAMES: &[&str];Expand description
Names that cannot be used for a profile because they already mean something
as a :{suffix} on a model id.
The list is held over from the removed council virtual models, whose
:interactive and :native suffixes the proxy matched whole. Nothing
claims these suffixes today, so the guard is a namespace reservation
rather than a correctness requirement — kept because it is user-visible
(the settings editor rejects them by name) and costs nothing.