FABRIC/src/tui/components
jeda 8002f002bf feat(bd-2st): Implement semantic narrative summarization
- Create SemanticNarrativeGenerator with event sequence analysis
- Implement pattern detection for 12 event types (bead lifecycle, file ops, testing, debugging, git, etc.)
- Add real-time narrative segmentation and updates
- Generate natural language summaries with multiple styles (brief, detailed, timeline, technical)
- Integrate with store for automatic event processing
- Add comprehensive unit tests (35 tests, all passing)
- Export semantic narrative from main index

Features:
- Event pattern detection and grouping
- Real-time narrative updates via callback system
- Multiple narrative styles (brief, detailed, timeline, technical)
- Accomplishment and challenge extraction
- Sentiment analysis (productive, struggling, mixed, idle)
- Timeline generation
- Aggregated narratives for multiple workers
- Filtering by time range and bead ID

Co-Authored-By: Claude Worker <noreply@anthropic.com>
2026-03-04 04:31:11 +00:00
..
ActivityStream.test.ts feat(bd-3qk): Implement Activity Feed filtering controls 2026-03-04 03:08:41 +00:00
ActivityStream.ts feat(bd-k1p): Add Focus Mode UI controls 2026-03-04 04:12:57 +00:00
CollisionAlert.test.ts feat(bd-20w): Add unit tests for CollisionAlert component 2026-03-04 03:37:09 +00:00
CollisionAlert.ts feat(bd-xig): Implement worker collision detection 2026-03-03 13:50:02 +00:00
CommandPalette.ts feat(bd-2kf): Add comprehensive test coverage for parser and store 2026-03-03 10:43:24 +00:00
CrossReferencePanel.ts feat(bd-232): Implement P4-007 Recovery Playbook 2026-03-03 14:22:26 +00:00
DependencyDag.test.ts feat(bd-102): Add comprehensive unit tests for DependencyDag component 2026-03-04 04:09:24 +00:00
DependencyDag.ts feat(bd-3sj): P4-002: File Heatmap 2026-03-03 12:11:54 +00:00
DiffView.ts feat(bd-2kf): Add comprehensive test coverage for parser and store 2026-03-03 10:43:24 +00:00
ErrorGroupPanel.test.ts feat(bd-159): Create ErrorGroupPanel TUI component 2026-03-04 03:57:45 +00:00
ErrorGroupPanel.ts feat(bd-3jl): FileHeatmap integration complete + build fixes 2026-03-04 04:18:13 +00:00
FileHeatmap.test.ts feat(bd-2ox): Add comprehensive unit tests for FileHeatmap component 2026-03-04 03:15:48 +00:00
FileHeatmap.ts feat(bd-3sj): P4-002: File Heatmap 2026-03-03 12:11:54 +00:00
FilterPanel.ts feat(bd-3qk): Implement Activity Feed filtering controls 2026-03-04 03:08:41 +00:00
index.ts feat(bd-2st): Implement semantic narrative summarization 2026-03-04 04:31:11 +00:00
RecoveryPanel.ts feat(bd-232): Implement P4-007 Recovery Playbook 2026-03-03 14:22:26 +00:00
SessionDigest.ts feat(bd-2st): Implement semantic narrative summarization 2026-03-04 04:31:11 +00:00
SessionReplay.test.ts feat(bd-3k9): P4-001: Session Replay - Complete implementation with tests 2026-03-04 03:20:39 +00:00
SessionReplay.ts feat(bd-3k9): P4-001: Session Replay - Add type fixes and complete implementation 2026-03-03 11:58:06 +00:00
WorkerDetail.ts feat(bd-2kf): Add comprehensive test coverage for parser and store 2026-03-03 10:43:24 +00:00
WorkerGrid.test.ts feat(bd-3bt): Add blessed TUI tests for WorkerGrid component 2026-03-03 14:32:20 +00:00
WorkerGrid.ts feat(bd-k1p): Add Focus Mode UI controls 2026-03-04 04:12:57 +00:00