UNPKG

@pimzino/claude-code-spec-workflow

Version:

Automated workflows for Claude Code. Includes spec-driven development (Requirements → Design → Tasks → Implementation) with intelligent orchestration, optional steering documents and streamlined bug fix workflow (Report → Analyze → Fix → Verify). We have

3 lines 173 B
export declare const debug: (...args: unknown[]) => void; export declare const error: (message?: any, ...optionalParams: any[]) => void; //# sourceMappingURL=logger.d.ts.map