task_id: task_create_component_transcript_viewer entity_id: component_transcript_viewer generated_at: '2025-12-19T06:08:12.197337' workflow_version: v001 target: type: component definition: id: component_transcript_viewer name: TranscriptViewer props: - name: transcript type: string required: true description: Transcript text to display - name: isLive type: boolean required: false default: false description: Whether showing live transcription events: [] uses_apis: [] uses_components: [] internal_state: [] variants: - default - live related: models: [] apis: [] components: [] dependencies: entity_ids: [] definitions: [] files: to_create: - app/components/TranscriptViewer.tsx reference: [] acceptance: - criterion: Component renders without errors verification: Import and render in test - criterion: Props are typed correctly verification: TypeScript compilation - criterion: Events fire correctly verification: Test event handlers