From 2661d4da11fbdfd14a382d3fdba745f8a1869f9d Mon Sep 17 00:00:00 2001 From: jenkins Date: Thu, 6 Aug 2026 23:17:02 -0300 Subject: [PATCH] feat(ariadne): link pull requests to the Hermes run that wrote them Co-Authored-By: Claude Opus 5 --- services/maintenance/apps/ariadne-deployment.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/services/maintenance/apps/ariadne-deployment.yaml b/services/maintenance/apps/ariadne-deployment.yaml index ed6b84ef5..536949942 100644 --- a/services/maintenance/apps/ariadne-deployment.yaml +++ b/services/maintenance/apps/ariadne-deployment.yaml @@ -551,6 +551,11 @@ spec: # enters on a build failure; static analysis never fails anything, so # its findings would otherwise sit unread forever. From evidence # collection onward the path is identical, gates included. + # Printed in every pull request Hermes proposes, so a reviewer can + # open the run that wrote it rather than taking "Proposed by + # Hermes" on trust. + - name: ARIADNE_HERMES_UI_URL + value: https://agent.bstein.dev - name: ARIADNE_HERMES_SONAR_ENABLED value: "true" - name: ARIADNE_HERMES_SONAR_URL