UNPKG

@jjdenhertog/ai-driven-development

Version:

AI-driven development workflow with learning capabilities for Claude

3 lines 221 B
import { TranscriptEntry } from '../../types/session-report/TranscriptEntry'; export declare function extractUserPrompt(transcriptEntries: TranscriptEntry[]): string | null; //# sourceMappingURL=extractUserPrompt.d.ts.map