Skip to content

Commit 3b4429e

Browse files
dcramercodex
andauthored
ci(warden): Use Pi runtime for org baseline (#182)
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 <codex@openai.com>
1 parent 0355032 commit 3b4429e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

warden.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
version = 1
22

33
[defaults]
4+
runtime = "pi"
5+
model = "anthropic/claude-sonnet-4-6"
46
reportOn = "medium"
57
failOn = "off"
68
failCheck = false

0 commit comments

Comments
 (0)