From 3f7d38de8fc6afe4893562e3336156c7a90f6586 Mon Sep 17 00:00:00 2001 From: george-keygraph Date: Thu, 13 Aug 2026 15:38:20 -0700 Subject: [PATCH] docs(worker): correct stale rationale on the SARIF analysis-mode gate The comment claimed analysis-only findings carry no severity. Since v2.2.0 (#413) severity is recorded in both modes, so the technical justification no longer holds. Record the actual remaining reason: an analysis severity is assessed, not measured. Comment only, no behavior change. Co-Authored-By: Claude Opus 5 --- apps/worker/src/temporal/activities.ts | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/apps/worker/src/temporal/activities.ts b/apps/worker/src/temporal/activities.ts index f121093..850bdbd 100644 --- a/apps/worker/src/temporal/activities.ts +++ b/apps/worker/src/temporal/activities.ts @@ -452,9 +452,11 @@ export async function runAuthzExploitAgent(input: ActivityInput): Promise