export interface AgentBuildExecutorSchema { kind?: 'vite-react'; projectRoot?: string; updateBaseline?: boolean; }