From 6b0edf67172735f784ddfc79e08717bb75d801ac Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 7 May 2026 12:40:16 +0200 Subject: [PATCH] chore(sandcastle): set planner effort to high --- .sandcastle/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.sandcastle/constants.ts b/.sandcastle/constants.ts index 59ff6beb..5f2b078a 100644 --- a/.sandcastle/constants.ts +++ b/.sandcastle/constants.ts @@ -17,7 +17,7 @@ export const AGENT_ITERATION_BUDGET = 50 export const AGENT_MAX_CRITIC_ROUNDS = 10 -export const AGENT_PLANNER_EFFORT = 'low' +export const AGENT_PLANNER_EFFORT = 'high' export const AGENT_PLANNER_MODEL = 'github-copilot/claude-opus-4.6' -- 2.53.0