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 • 662 B
TypeScript
/**
* 🚀 REAL faf enhance - Actually improves scores with facts, not BS
* No placeholders, no mocks - real improvements based on project analysis
* RELENTLESS pursuit of highest score through real data or human input
*/
export interface RealEnhanceOptions {
verbose?: boolean;
dryRun?: boolean;
autoFill?: boolean;
interactive?: boolean;
targetScore?: number;
}
/**
* REAL Enhancement that RELENTLESSLY improves scores
* Loops until target score achieved or no more improvements possible
*/
export declare function realEnhanceFaf(file?: string, options?: RealEnhanceOptions): Promise<void>;
//# sourceMappingURL=enhance-real.d.ts.map