UNPKG

@pimzino/claude-code-spec-workflow

Version:

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

10 lines 266 B
export interface GitInfo { branch?: string; remoteUrl?: string; githubUrl?: string; } export declare class GitUtils { static getGitInfo(projectPath: string): Promise<GitInfo>; private static convertToGithubUrl; } //# sourceMappingURL=git.d.ts.map