pub fn validate_plugin_name(name: &str) -> Result<(), String>
Validate plugin name follows naming conventions Plugin names must be valid JavaScript identifiers (no hyphens)