From 9ba933743a093ebe484e18c7e4a06b357d103eee Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Mon, 16 Feb 2026 16:21:14 +0900 Subject: [PATCH] fix: update prometheus prompt test to match compressed plan template wording --- src/agents/prometheus-prompt.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/agents/prometheus-prompt.test.ts b/src/agents/prometheus-prompt.test.ts index 625b4250..266b8f80 100644 --- a/src/agents/prometheus-prompt.test.ts +++ b/src/agents/prometheus-prompt.test.ts @@ -66,7 +66,7 @@ describe("PROMETHEUS_SYSTEM_PROMPT zero human intervention", () => { expect(lowerPrompt).toContain("preconditions") expect(lowerPrompt).toContain("failure indicators") expect(lowerPrompt).toContain("evidence") - expect(lowerPrompt).toMatch(/negative scenario/) + expect(prompt).toMatch(/negative/i) }) test("should require QA scenario adequacy in self-review checklist", () => {