pub fn resolve_local_ecosystem_bins(install_dir: &Path) -> Result<LocalBins>Expand description
Resolve ecosystem binaries for embedded install.
Prefers a complete sibling directory next to the running executable, then a
complete install_dir, then a merge of sibling / install_dir / PATH.
MCP is optional: missing horto-os-ui-mcp warns and continues.
ยงErrors
Returns crate::HortoError when CLI, TUI, or status-api cannot be found.