pub fn discover_custom_packages(home: &Path) -> Vec<Arc<CustomPackage>>Expand description
Scan ~/.rippy/packages/*.toml and return metadata-loaded custom packages.
Malformed files are skipped with a stderr warning so callers like
rippy profile list stay robust in the presence of a single bad file.