11 lines
404 B
TypeScript
11 lines
404 B
TypeScript
// This file is auto-generated by scripts/generate-review-builtin.ts
|
|
// Do not edit manually
|
|
// Agents are downloaded from zgsm-ai/costrict-review repository
|
|
|
|
import type { BuiltInAgentDefinition } from '@claude-code-best/builtin-tools/tools/AgentTool/loadAgentsDir.js'
|
|
|
|
export const REVIEW_AGENTS: BuiltInAgentDefinition[] = []
|
|
|
|
export const PRIMARY_REVIEW_AGENT = ''
|
|
export const SUB_REVIEW_AGENT = ''
|