pub const RESERVED_ADMIN_PREFIXES: &[&str];Expand description
Method prefixes reserved for daemon-internal admin handlers. Plugin registrations colliding with any of these are rejected — the daemon’s agents/credentials/pairing/etc. surfaces cannot be hijacked.
Comparison: exact prefix-equality or sub-prefix containment.