Refactor validators into package-owned components

This commit is contained in:
2026-05-14 00:28:28 +00:00
parent 3b160cf05b
commit 52ffe42e73
26 changed files with 775 additions and 98 deletions

View File

@@ -28,9 +28,6 @@ func ConfigureSubprocessTestHooksFromEnv() {
if mode == "" && timeoutMSRaw == "" {
return
}
if !shouldUseNoOpLLMClientForTests() {
return
}
if mode != "" {
client := &subprocessTestLLMClient{mode: mode}