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

11 lines 303 B
interface TechStackAnswers { frontend?: string; backend?: string; database?: string; auth?: string; styling?: string; stateManagement?: string; } export declare function techStack(projectType: string): Promise<TechStackAnswers>; export {}; //# sourceMappingURL=techStack.d.ts.map