@sprouted/create-vibes
Version:
Create a new Vibes monorepo
5 lines • 444 B
TypeScript
export declare function checkForSpec(featureName: string, projectRoot: string): Promise<boolean>;
export declare function enforceSpecFirst(featureName: string, projectRoot: string): Promise<void>;
export declare function getSpecStatus(featureName: string, projectRoot: string): Promise<string | null>;
export declare function enforceApprovedSpec(featureName: string, projectRoot: string): Promise<void>;
//# sourceMappingURL=spec-check.d.ts.map