From 9cdb4be248b59ab7fbeaef19a59c72699d6c78c5 Mon Sep 17 00:00:00 2001 From: NikitolProject Date: Tue, 24 Feb 2026 23:45:36 +0300 Subject: [PATCH] chore: set verifier and checker models to inherit (Opus) --- .planning/config.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.planning/config.json b/.planning/config.json index 758c1fd..de4ebe6 100644 --- a/.planning/config.json +++ b/.planning/config.json @@ -8,5 +8,7 @@ "research": true, "plan_check": true, "verifier": true - } -} + }, + "verifier_model": "inherit", + "checker_model": "inherit" +} \ No newline at end of file