pub fn discover_external_plugins(
root: &Path,
config_plugin_paths: &[String],
) -> Vec<ExternalPluginDef>Expand description
Discover and load external plugin definitions for a project.
Discovery order (first occurrence of a plugin name wins):
- Paths from the
pluginsconfig field (files or directories) .fallow/plugins/directory (auto-discover*.toml,*.json,*.jsoncfiles)- Project root
fallow-plugin-*files (.toml,.json,.jsonc)