From ced37696b22859c675e80034c562a2693a238c4b Mon Sep 17 00:00:00 2001 From: David Cramer Date: Thu, 14 May 2026 15:35:32 -0700 Subject: [PATCH] ci(warden): Use Pi runtime for org baseline Configure the org-wide Warden baseline to use the Pi runtime with a provider-qualified Anthropic model selector. This matches the current Warden runtime configuration and avoids unresolved model selectors in CI. Co-Authored-By: OpenAI Codex --- warden.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/warden.toml b/warden.toml index 824bfb1..b0de4b4 100644 --- a/warden.toml +++ b/warden.toml @@ -1,6 +1,8 @@ version = 1 [defaults] +runtime = "pi" +model = "anthropic/claude-sonnet-4-6" reportOn = "medium" failOn = "off" failCheck = false