# Integrations Module # Top-level module that provides access to all integration providers: # - Ecosystem: External integrations (backup, runtime, SSH, GitOps, service) # - IaC: Infrastructure-from-Code to orchestrator conversion # integrations/ facade — selective re-exports via child facades (ADR-025 L3). # Both children (ecosystem/mod.nu, iac/mod.nu) are already selective, so this # facade can re-export their full API without multiplying stars. export use ./ecosystem * export use ./iac *