@waltcow/claude-code-spec-workflow
Version:
Automated spec-driven workflow for Claude Code. Transforms feature ideas into complete implementations through Requirements → Design → Tasks → Implementation.
5 lines • 327 B
TypeScript
export declare function detectProjectType(projectPath: string): Promise<string[]>;
export declare function validateClaudeCode(): Promise<boolean>;
export declare function fileExists(filePath: string): Promise<boolean>;
export declare function ensureDirectory(dirPath: string): Promise<void>;
//# sourceMappingURL=utils.d.ts.map