@jjdenhertog/ai-driven-development
Version:
AI-driven development workflow with learning capabilities for Claude
5 lines • 469 B
TypeScript
import { SessionReport } from '../../types/session-report/SessionReport';
import { HookLogEntry } from '../../types/session-report/HookLogEntry';
import { TranscriptEntry } from '../../types/session-report/TranscriptEntry';
export declare function buildSessionReport(sessionId: string, taskId: string, taskName: string, logEntries: HookLogEntry[], transcriptEntries: TranscriptEntry[], exitCode?: number): SessionReport;
//# sourceMappingURL=buildSessionReport.d.ts.map