pub fn register_builtins(reg: &mut Registry)Expand description
Register all 7 Tier-1 built-in plugins in wet-run form.
Exposed so callers that need a partial registry can start from
Registry::new and layer built-ins on top of (or under) their own
plugins. Registry::bootstrap is the common-case shortcut.