UNPKG

metacoding

Version:

Cross-agent workflow skill for modern coding agents with gated planning, testing, verification, and handoff defaults

16 lines 530 B
import { UpdateOptions } from '../types'; export declare class UpdateCommand { private readonly skillManager; private readonly backupService; private readonly conflictService; private readonly projectDetector; constructor(); execute(options: UpdateOptions): Promise<void>; private validateSetup; private getDefaultTestFramework; private getDefaultBuildTool; private getTargetVendors; private getRequiredFilesForVendor; private normalizeVendor; } //# sourceMappingURL=update.d.ts.map