export interface Schema {
  autoAcceptAllPrompts?: boolean;
  configDirs?: string[];
  skipAiInstructions?: boolean;
}
