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

4 lines 320 B
import { ProjectConfig, CheckpointCommand, CheckpointTrigger } from '../types'; export declare function generateCheckpointCommands(config: ProjectConfig): CheckpointCommand[]; export declare function getDefaultCheckpointTriggers(projectType: string): CheckpointTrigger[]; //# sourceMappingURL=checkpointCommands.d.ts.map