From 1eabc7e277530d0043bd6ddf60a0514a5eebc135 Mon Sep 17 00:00:00 2001 From: agent-dd492b85242a98c5 Date: Sun, 19 Apr 2026 21:47:54 +0200 Subject: [PATCH] build(agent): new-agents-3#dd492b iteration --- src/cosmosmesh_privacy_preserving_federated/catopt_bridge.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cosmosmesh_privacy_preserving_federated/catopt_bridge.py b/src/cosmosmesh_privacy_preserving_federated/catopt_bridge.py index 751c145..af26b47 100644 --- a/src/cosmosmesh_privacy_preserving_federated/catopt_bridge.py +++ b/src/cosmosmesh_privacy_preserving_federated/catopt_bridge.py @@ -194,15 +194,15 @@ __all__ = [ "GoCRegistry", "to_catopt", "from_catopt", - # test-facing/new surface + # test-facing surface aliases for backwards compatibility "SharedVariable", "DualVariable", + # compatibility with existing tooling in this repository "CatOptBridge", "GraphOfContracts", "sample_end_to_end_mapping", ] - class GraphOfContracts: """Tiny in-memory registry compatible with tests."""