UNPKG

context-forge

Version:

AI orchestration platform with autonomous teams, enhancement planning, migration tools, 25+ slash commands, checkpoints & hooks. Multi-IDE: Claude, Cursor, Windsurf, Cline, Copilot

7 lines 265 B
import { AIAnalysisResult } from '../../services/aiIntelligenceService'; export declare function projectInfo(aiSuggestions?: AIAnalysisResult): Promise<{ projectName: any; projectType: any; description: any; }>; //# sourceMappingURL=projectInfo.d.ts.map