From 1a61773ad358318ab3d5740721e608b55ae1f6f3 Mon Sep 17 00:00:00 2001 From: Seongho Bae Date: Mon, 14 Sep 2026 19:49:18 +0900 Subject: [PATCH 1/6] test(queue): require LineageWeave 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 d14a5b44b7..65860d538b 100644 --- a/tests/test_actions_queue_health_contract.py +++ b/tests/test_actions_queue_health_contract.py @@ -44,6 +44,7 @@ def test_queue_health_allowlist_is_explicit_and_bounded() -> None: "ContextualWisdomLab/.github", "ContextualWisdomLab/ConceptWeave", "ContextualWisdomLab/ELUNVERA", + "ContextualWisdomLab/LineageWeave", "ContextualWisdomLab/TEPP", "ContextualWisdomLab/contextual-orchestrator", "ContextualWisdomLab/fast-mlsirm", From c4054eef3fc3cd84c87ea830b2e94d4145aa34e8 Mon Sep 17 00:00:00 2001 From: Seongho Bae Date: Mon, 14 Sep 2026 19:49:26 +0900 Subject: [PATCH 2/6] fix(queue): enroll LineageWeave in health evidence --- config/actions_queue_health_repositories.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/actions_queue_health_repositories.json b/config/actions_queue_health_repositories.json index e8c9374394..619334d178 100644 --- a/config/actions_queue_health_repositories.json +++ b/config/actions_queue_health_repositories.json @@ -3,9 +3,10 @@ "ContextualWisdomLab/.github", "ContextualWisdomLab/ConceptWeave", "ContextualWisdomLab/ELUNVERA", + "ContextualWisdomLab/LineageWeave", "ContextualWisdomLab/TEPP", "ContextualWisdomLab/contextual-orchestrator", "ContextualWisdomLab/fast-mlsirm", "ContextualWisdomLab/naruon" ] -} \ No newline at end of file +} From a5a7446de945f90ee12f83e1e15c787a0e878200 Mon Sep 17 00:00:00 2001 From: Seongho Bae Date: Wed, 16 Sep 2026 16:09:51 +0900 Subject: [PATCH 3/6] test(queue): require pg-llm-batch 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 65860d538b..375882eeff 100644 --- a/tests/test_actions_queue_health_contract.py +++ b/tests/test_actions_queue_health_contract.py @@ -49,5 +49,6 @@ def test_queue_health_allowlist_is_explicit_and_bounded() -> None: "ContextualWisdomLab/contextual-orchestrator", "ContextualWisdomLab/fast-mlsirm", "ContextualWisdomLab/naruon", + "ContextualWisdomLab/pg-llm-batch", ] } From 491a901fd9747b97cce2943c1e1b05a2fa7415d0 Mon Sep 17 00:00:00 2001 From: Seongho Bae Date: Wed, 16 Sep 2026 16:10:01 +0900 Subject: [PATCH 4/6] ops(queue): enroll pg-llm-batch --- config/actions_queue_health_repositories.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/actions_queue_health_repositories.json b/config/actions_queue_health_repositories.json index 619334d178..f56786e0f8 100644 --- a/config/actions_queue_health_repositories.json +++ b/config/actions_queue_health_repositories.json @@ -7,6 +7,7 @@ "ContextualWisdomLab/TEPP", "ContextualWisdomLab/contextual-orchestrator", "ContextualWisdomLab/fast-mlsirm", - "ContextualWisdomLab/naruon" + "ContextualWisdomLab/naruon", + "ContextualWisdomLab/pg-llm-batch" ] } From c399b44360c46819596ea98a0cfb4db99c8ff4c6 Mon Sep 17 00:00:00 2001 From: Seongho Bae Date: Wed, 16 Sep 2026 20:06:12 +0900 Subject: [PATCH 5/6] test(queue): require quarantine runtime 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 375882eeff..e4b9777933 100644 --- a/tests/test_actions_queue_health_contract.py +++ b/tests/test_actions_queue_health_contract.py @@ -50,5 +50,6 @@ def test_queue_health_allowlist_is_explicit_and_bounded() -> None: "ContextualWisdomLab/fast-mlsirm", "ContextualWisdomLab/naruon", "ContextualWisdomLab/pg-llm-batch", + "ContextualWisdomLab/quarantine-sandbox-runtime", ] } From 5e9fd0cfd0e2557cae506ae0c3797b57ec30d894 Mon Sep 17 00:00:00 2001 From: Seongho Bae Date: Wed, 16 Sep 2026 20:06:24 +0900 Subject: [PATCH 6/6] ops(queue): enroll quarantine sandbox runtime --- config/actions_queue_health_repositories.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/actions_queue_health_repositories.json b/config/actions_queue_health_repositories.json index f56786e0f8..1a77139ce4 100644 --- a/config/actions_queue_health_repositories.json +++ b/config/actions_queue_health_repositories.json @@ -8,6 +8,7 @@ "ContextualWisdomLab/contextual-orchestrator", "ContextualWisdomLab/fast-mlsirm", "ContextualWisdomLab/naruon", - "ContextualWisdomLab/pg-llm-batch" + "ContextualWisdomLab/pg-llm-batch", + "ContextualWisdomLab/quarantine-sandbox-runtime" ] }