From 386fe6c677948b47dea30081d58a7be0b0747411 Mon Sep 17 00:00:00 2001 From: Derek Misler Date: Sun, 8 Feb 2026 12:55:07 -0500 Subject: [PATCH] unquoted strings are fine until they contain special characters like : --- .github/agents/nightly-scanner.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/agents/nightly-scanner.yaml b/.github/agents/nightly-scanner.yaml index f17388f6f..bc126c6ee 100644 --- a/.github/agents/nightly-scanner.yaml +++ b/.github/agents/nightly-scanner.yaml @@ -143,7 +143,7 @@ agents: security: model: openai-o3,claude-sonnet - description: Deep security vulnerability analysis (alloy: reasoning + broad knowledge) + description: "Deep security vulnerability analysis (alloy: reasoning + broad knowledge)" instruction: | You are a security expert scanning for vulnerabilities. Be thorough but precise. @@ -207,7 +207,7 @@ agents: bugs: model: gemini-flash,claude-haiku - description: Logic errors, resource leaks, and concurrency bugs (alloy: speed + precision) + description: "Logic errors, resource leaks, and concurrency bugs (alloy: speed + precision)" instruction: | You are analyzing code for bugs that cause runtime errors or incorrect behavior.