UNPKG

metacoding

Version:

Guided Development Workflow for GitHub Copilot - Transform your coding experience with AI-guided standards, structured workflows, and quality practices

16 lines 495 B
import { UpdateOptions } from '../types'; export declare class UpdateCommand { private templateManager; private backupService; private conflictService; private vscodeService; private projectDetector; constructor(); execute(options: UpdateOptions): Promise<void>; private detectCurrentTemplate; private getProjectConfig; private getExistingMetacodingFiles; private validateSetup; private displayUpdateSummary; } //# sourceMappingURL=update.d.ts.map