From 0f8fbd2da279a3bec246f12ba54834af563cf087 Mon Sep 17 00:00:00 2001 From: Seongho Bae Date: Tue, 15 Sep 2026 17:06:38 +0900 Subject: [PATCH 1/2] test(queue): require OriginWeave enrollment --- tests/test_actions_queue_health_contract.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_actions_queue_health_contract.py b/tests/test_actions_queue_health_contract.py index ff4c1c552d..baad3bf397 100644 --- a/tests/test_actions_queue_health_contract.py +++ b/tests/test_actions_queue_health_contract.py @@ -45,6 +45,7 @@ def test_queue_health_allowlist_is_explicit_and_bounded() -> None: "ContextualWisdomLab/ConceptWeave", "ContextualWisdomLab/ELUNVERA", "ContextualWisdomLab/LineageWeave", + "ContextualWisdomLab/OriginWeave", "ContextualWisdomLab/TEPP", "ContextualWisdomLab/contextual-orchestrator", "ContextualWisdomLab/disksage", From 806fb90a7132e9841fc5a107dfcbde8920604165 Mon Sep 17 00:00:00 2001 From: Seongho Bae Date: Tue, 15 Sep 2026 17:06:46 +0900 Subject: [PATCH 2/2] fix(queue): enroll OriginWeave in queue-health evidence --- config/actions_queue_health_repositories.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config/actions_queue_health_repositories.json b/config/actions_queue_health_repositories.json index 9cd122d125..6338c84181 100644 --- a/config/actions_queue_health_repositories.json +++ b/config/actions_queue_health_repositories.json @@ -4,6 +4,7 @@ "ContextualWisdomLab/ConceptWeave", "ContextualWisdomLab/ELUNVERA", "ContextualWisdomLab/LineageWeave", + "ContextualWisdomLab/OriginWeave", "ContextualWisdomLab/TEPP", "ContextualWisdomLab/contextual-orchestrator", "ContextualWisdomLab/disksage",