From 4670d96c8db85be5d2d245505ac21589d5007f48 Mon Sep 17 00:00:00 2001 From: JSONbored <49853598+JSONbored@users.noreply.github.com> Date: Mon, 22 Jun 2026 13:55:23 -0700 Subject: [PATCH] verify: touch a guarded scoring path to confirm hard-guardrail manual hold --- src/scoring/model.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/scoring/model.ts b/src/scoring/model.ts index 07b391a089..89a23a67f0 100644 --- a/src/scoring/model.ts +++ b/src/scoring/model.ts @@ -1,3 +1,5 @@ +// (verification touch) This file is under a hard-guardrail glob (src/scoring/**); a change here must force +// MANUAL review — gittensory must NOT auto-merge it, and should surface a needs-human-review hold. import { getLatestScoringModelSnapshot, persistScoringModelSnapshot,