From d21c80e85d070ebc2f7a09d5e9fcf85b88a8d434 Mon Sep 17 00:00:00 2001 From: JSONbored <49853598+JSONbored@users.noreply.github.com> Date: Mon, 22 Jun 2026 13:54:15 -0700 Subject: [PATCH] docs(review): note guardrail globs are KV-only operator tuning (verify real-diff review) --- src/review/guardrail-config.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/review/guardrail-config.ts b/src/review/guardrail-config.ts index d89794183f..76bec550a8 100644 --- a/src/review/guardrail-config.ts +++ b/src/review/guardrail-config.ts @@ -34,3 +34,7 @@ export async function loadHardGuardrailGlobs(env: Env, repoFullName: string): Pr return DEFAULT_CRUCIAL_GUARDRAIL_GLOBS; } } + +// Note: the per-repo guardrail globs are operator tuning and live ONLY in the REVIEW_CONFIG KV (keyed by repo +// slug) — never committed here — so they can be retuned at runtime without a redeploy. This module is just the +// fail-safe reader + the conservative code-floor default.