pub fn create_registry() -> NodeRegistryExpand description
Create the full processor registry — all node types across all targets.
Starts from the browser-safe registry and adds CLI/server/desktop
processors (like shell-command) when compiled with the native feature.
This is the canonical registry — CLI, tests, and codegen use this.