From 30a5e73e6418e2e9e655b0ff4c30b11996333612 Mon Sep 17 00:00:00 2001 From: Seongho Bae Date: Fri, 18 Sep 2026 01:50:18 +0900 Subject: [PATCH] ops(queue): enroll mhtml-etl-gateway in queue-health evidence Successor of stale draft #2212: admit the reviewed repository on current main so the bounded collector can observe mhtml Actions queue evidence. Co-authored-by: Cursor --- config/actions_queue_health_repositories.json | 1 + tests/test_actions_queue_health_contract.py | 1 + 2 files changed, 2 insertions(+) diff --git a/config/actions_queue_health_repositories.json b/config/actions_queue_health_repositories.json index 6338c84181..a8f09b221b 100644 --- a/config/actions_queue_health_repositories.json +++ b/config/actions_queue_health_repositories.json @@ -9,6 +9,7 @@ "ContextualWisdomLab/contextual-orchestrator", "ContextualWisdomLab/disksage", "ContextualWisdomLab/fast-mlsirm", + "ContextualWisdomLab/mhtml-etl-gateway", "ContextualWisdomLab/naruon", "ContextualWisdomLab/noema", "ContextualWisdomLab/quarantine-sandbox-runtime" diff --git a/tests/test_actions_queue_health_contract.py b/tests/test_actions_queue_health_contract.py index baad3bf397..7dfb109895 100644 --- a/tests/test_actions_queue_health_contract.py +++ b/tests/test_actions_queue_health_contract.py @@ -50,6 +50,7 @@ def test_queue_health_allowlist_is_explicit_and_bounded() -> None: "ContextualWisdomLab/contextual-orchestrator", "ContextualWisdomLab/disksage", "ContextualWisdomLab/fast-mlsirm", + "ContextualWisdomLab/mhtml-etl-gateway", "ContextualWisdomLab/naruon", "ContextualWisdomLab/noema", "ContextualWisdomLab/quarantine-sandbox-runtime",