diff --git a/tests/test_public_contract.py b/tests/test_public_contract.py index 403c1f6..6aba6e8 100644 --- a/tests/test_public_contract.py +++ b/tests/test_public_contract.py @@ -78,7 +78,17 @@ PUBLIC_IMPORTS = { "CanonicalApplicationService", "GenericCanonicalApplier", ), - "docforge.client_config": ("generate_client_configuration",), + "docforge.adapter_launcher": ( + "ADAPTER_LAUNCHER_SCHEMA_VERSION", + "AdapterLauncherV1", + "AdapterSourceAvailabilityV1", + "adapter_source_availability", + "validate_adapter_launcher", + ), + "docforge.client_config": ( + "generate_adapter_client_configuration", + "generate_client_configuration", + ), "docforge.doctor": ("run_doctor",), "docforge.index": ("ProjectIndex",), "docforge.graph_projection": (