feat(research): web research runs in Aside first, WebSearch second

The planning, review, design, security and investigate skills research through {{ASIDE_RESEARCH}}; WebSearch stays in allowed-tools as the fallback; testing.ts's bootstrap step follows; skeleton ceilings ratcheted for the research block.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
Sina
2026-09-05 16:48:37 -04:00
co-authored by Claude Fable 5.1
parent c86590f0db
commit 48d2b98059
13 changed files with 143 additions and 35 deletions
+2 -2
View File
@@ -36,7 +36,7 @@ export const TOOL_COMPATIBILITY: Record<'claude' | 'gpt' | 'gemini', Record<Tool
Glob: true,
Grep: true,
AskUserQuestion: true,
WebSearch: true,
WebSearch: true, // research skills try Aside first ({{ASIDE_RESEARCH}}); WebSearch is the fallback
WebFetch: true,
},
gpt: {
@@ -64,7 +64,7 @@ export const TOOL_COMPATIBILITY: Record<'claude' | 'gpt' | 'gemini', Record<Tool
Glob: false,
Grep: false,
AskUserQuestion: false,
WebSearch: true,
WebSearch: true, // research skills try Aside first ({{ASIDE_RESEARCH}}); WebSearch is the fallback
WebFetch: false,
},
};