UNPKG

@fission-ai/openspec

Version:

AI-native system for spec-driven development

24 lines 653 B
interface ExecuteOptions { all?: boolean; changes?: boolean; specs?: boolean; type?: string; strict?: boolean; json?: boolean; noInteractive?: boolean; interactive?: boolean; concurrency?: string; } export declare class ValidateCommand { execute(itemName: string | undefined, options?: ExecuteOptions): Promise<void>; private normalizeType; private runInteractiveSelector; private printNonInteractiveHint; private validateDirectItem; private validateByType; private printReport; private printNextSteps; private runBulkValidation; } export {}; //# sourceMappingURL=validate.d.ts.map