FABRIC/src/tui/components
jeda 804feb7bbd feat(tui): add SemanticNarrativePanel component (bd-1l3)
- Create SemanticNarrativePanel.ts with narrative segment display
- Add pattern icons and color coding for segment types
- Implement list view, detail view, and full narrative view
- Wire into app.ts with 'N' keyboard shortcut
- Update help documentation with Semantic Narrative section
- Close multiple already-implemented beads:
  - bd-opp: False positive worker starvation alert
  - bd-39v: CollisionAlert integration
  - bd-159: ErrorGroupPanel component
  - bd-2bs: ConversationTranscript component
  - bd-1qq: GitIntegration panel
  - bd-k1p: Focus Mode UI controls
  - bd-2st: Semantic narrative summarization
  - bd-1a6: ErrorGrouping tests
  - bd-msa: Worker analytics aggregation

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude Worker <noreply@anthropic.com>
2026-03-04 06:58:31 +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
ConversationTranscript.test.ts feat(bd-2bs): Create ConversationTranscript TUI component 2026-03-04 04:46:50 +00:00
ConversationTranscript.ts feat(bd-2bs): Create ConversationTranscript TUI component 2026-03-04 04:46:50 +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
GitIntegration.test.ts feat(bd-1qq): Create GitIntegration TUI panel 2026-03-04 04:40:55 +00:00
GitIntegration.ts feat(bd-1xi): Create SessionDigest TUI component 2026-03-04 04:39:00 +00:00
index.ts feat(tui): add SemanticNarrativePanel component (bd-1l3) 2026-03-04 06:58:31 +00:00
RecoveryPanel.ts feat(bd-232): Implement P4-007 Recovery Playbook 2026-03-03 14:22:26 +00:00
SemanticNarrativePanel.ts feat(tui): add SemanticNarrativePanel component (bd-1l3) 2026-03-04 06:58:31 +00:00
SessionDigest.ts feat(bd-1xi): Create SessionDigest TUI component 2026-03-04 04:39:00 +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