From cd3c76198833c91f93a470a23a98e4037d744be6 Mon Sep 17 00:00:00 2001 From: Andraxion Date: Wed, 29 Jul 2026 15:10:07 -0400 Subject: [PATCH] Freeze adapter launcher public imports --- tests/test_public_contract.py | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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": (