UNPKG

@jjdenhertog/ai-driven-development

Version:

AI-driven development workflow with learning capabilities for Claude

4 lines 289 B
import { HookLogEntry } from '../../types/session-report/HookLogEntry'; import { TimelineEntry } from '../../types/session-report/TimelineEntry'; export declare function processToolExecutions(logEntries: HookLogEntry[]): TimelineEntry[]; //# sourceMappingURL=processToolExecutions.d.ts.map