ai-debug-local-mcp
Version:
🎯 ENHANCED AI GUIDANCE v4.1.2: Dramatically improved tool descriptions help AI users choose the right tools instead of 'close enough' options. Ultra-fast keyboard automation (10x speed), universal recording, multi-ecosystem debugging support, and compreh
20 lines • 703 B
TypeScript
/**
* Flutter Analysis Workflow
* Revolutionary AI-guided Flutter debugging workflow
* Automatically orchestrates comprehensive Flutter analysis
*/
import { WorkflowEngine, WorkflowTemplate } from './workflow-engine.js';
export declare class FlutterAnalysisWorkflow extends WorkflowEngine {
protected getTemplate(): WorkflowTemplate;
private getInitialSteps;
private adaptiveLogic;
private generateSummary;
private hasSession;
private extractHealthData;
private getHealthStatus;
private hasConsoleErrors;
private analyzeConsoleLogs;
private extractPerformanceData;
private generateRecommendations;
}
//# sourceMappingURL=flutter-analysis-workflow.d.ts.map