From 49aab8da3298ebfc1b9edab5ce2e6938ad033a23 Mon Sep 17 00:00:00 2001 From: jenkins Date: Wed, 5 Aug 2026 17:56:42 -0300 Subject: [PATCH] feat(hermes-triage): enable autoremediation for the demo loop Observe-mode rehearsal passed: incident hermes-triage-demo/9 diagnosed correctly (0.99 confidence, known_demo_fixture_failure) and stopped only at this kill switch. Scope stays: allowlisted job, one allowlisted action, one action per incident, isolated namespace. Co-Authored-By: Claude Fable 5 --- services/maintenance/apps/ariadne-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/maintenance/apps/ariadne-deployment.yaml b/services/maintenance/apps/ariadne-deployment.yaml index 53c883ce2..5a42b4794 100644 --- a/services/maintenance/apps/ariadne-deployment.yaml +++ b/services/maintenance/apps/ariadne-deployment.yaml @@ -463,7 +463,7 @@ spec: - name: ARIADNE_HERMES_AUTOTRIAGE_JOB_ALLOWLIST value: hermes-triage-demo - name: ARIADNE_HERMES_AUTOREMEDIATION_ENABLED - value: "false" + value: "true" - name: ARIADNE_HERMES_ALLOWED_ACTIONS value: repair_demo_fixture - name: ARIADNE_HERMES_MIN_CONFIDENCE