faf-cli
Version:
😽 TURBO-CAT: The Rapid Catalytic Converter • Project DNA ✨ for ANY AI • Fully Integrated with React, Next.js, Svelte, TypeScript, Vite & n8n • FREE FOREVER • 10,000+ developers • Championship Edition
18 lines • 704 B
TypeScript
/**
* 🔍 faf ai-analyze - Claude-First, Big-3 Compatible Analysis
* Universal AI-context analysis with Claude intelligence and Big-3 perspectives
*
* Architecture: Claude-first → Big-3 Compatible → Bullet-proof Universal
*/
export interface AnalyzeOptions {
model?: 'claude' | 'chatgpt' | 'gemini' | 'big3' | 'universal';
focus?: 'completeness' | 'quality' | 'ai-readiness' | 'human-context' | 'claude-exclusive';
verbose?: boolean;
suggestions?: boolean;
comparative?: boolean;
}
/**
* Claude-First, Big-3 Compatible AI Analysis
*/
export declare function analyzeFafWithAI(file?: string, options?: AnalyzeOptions): Promise<void>;
//# sourceMappingURL=ai-analyze.d.ts.map