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

12 lines 448 B
import { ProjectConfig } from '../types'; interface SlashCommand { name: string; category: string; content: string; description: string; } export declare function generateSlashCommands(config: ProjectConfig): Promise<SlashCommand[]>; export declare function generateSlashCommandFiles(commands: SlashCommand[]): GeneratedFile[]; import { GeneratedFile } from '../adapters/base'; export {}; //# sourceMappingURL=slashCommands.d.ts.map