pub fn discover_plugins(plugin_dir: &Path) -> Vec<DiscoveredPlugin>Expand description
Scan a plugin directory and discover all plugins with valid lowfat.toml or init.toml.
Directory structure: plugin_dir/ category/ plugin-name/ lowfat.toml (or init.toml)