Variable BuiltInExpertTypeSchemaConst
BuiltInExpertTypeSchema: ZodEnum<
{
code: "code";
security: "security";
research: "research";
infrastructure: "infrastructure";
architecture: "architecture";
documentation: "documentation";
testing: "testing";
devops: "devops";
pm: "pm";
ux: "ux";
qa: "qa";
"data-visualization": "data-visualization";
},
> = ...
Zod schema for BuiltInExpertType.
MUST stay in lockstep with the
BuiltInExpertTypetype union above. Tested byBuiltInExpertTypeSchema accepts every literal in BuiltInExpertTypein expert-config.test.ts to prevent drift (#2338).