pub const ROLE_ALIAS_PREFIX: &str = "pi/";Expand description
Prefix marking a role-alias reference, ported from omp’s pi/.
A model-pattern string of the form pi/<role> is treated as a reference
to another role (e.g. pi/smol, pi/slow:high) and expanded by
RoleRegistry::resolve. Any other string is a concrete model id.