pub fn discover_plugins(project_root: &Path) -> Vec<DiscoveredPlugin>Expand description
Discover channel plugins from standard directories.
Scans both project-local and user-global plugin directories for
channel.toml manifests. Returns all successfully parsed plugins,
logging warnings for any that fail to parse.