FABRIC/src
jeda 089cdb0a57 feat(bd-39v): Integrate CollisionAlert into main TUI app
Integrated CollisionAlert component into the main TUI application with the following features:
- Added collision alert panel to UI layout (hidden by default)
- Added 'C' keyboard shortcut to toggle collision alert view
- Added collision detection to event processing pipeline
- Collision alerts auto-update when new events are processed
- Added collision view mode with dedicated header and footer
- Updated footer to show collision shortcut in default view
- Updated help overlay with collision alert controls
- Added command palette support for 'collisions' command
- Collision alerts can be acknowledged individually or all at once
- Alerts are grouped by severity (critical/error, warning, info)

All tests pass (1046 passed, 3 skipped).

Co-Authored-By: Claude Worker <noreply@anthropic.com>
2026-03-04 04:34:52 +00:00
..
tui feat(bd-39v): Integrate CollisionAlert into main TUI app 2026-03-04 04:34:52 +00:00
web feat(bd-3jl): FileHeatmap integration complete + build fixes 2026-03-04 04:18:13 +00:00
cli.ts feat(bd-1c5): Implement AI session digest generation 2026-03-04 03:28:04 +00:00
crossReferenceManager.ts feat(bd-xig): Implement worker collision detection 2026-03-03 13:50:02 +00:00
dagUtils.ts feat(bd-3sj): P4-002: File Heatmap 2026-03-03 12:11:54 +00:00
errorGrouping.test.ts feat(bd-1a6): Add comprehensive unit tests for errorGrouping module 2026-03-04 03:50:58 +00:00
errorGrouping.ts feat(bd-4jn): P4-004: Smart Error Grouping 2026-03-03 11:53:27 +00:00
fileHeatmap.test.ts feat(bd-3sj): P4-002: File Heatmap 2026-03-03 12:11:54 +00:00
gitParser.test.ts feat(bd-2js): Parse git status and diff from NEEDLE logs 2026-03-04 04:23:39 +00:00
gitParser.ts feat(bd-2js): Parse git status and diff from NEEDLE logs 2026-03-04 04:23:39 +00:00
index.ts feat(bd-2st): Implement semantic narrative summarization 2026-03-04 04:31:11 +00:00
parser.test.ts feat(bd-122): Parse conversation events from NEEDLE logs 2026-03-04 04:23:09 +00:00
parser.ts feat(bd-122): Parse conversation events from NEEDLE logs 2026-03-04 04:23:09 +00:00
semanticNarrative.test.ts feat(bd-2st): Implement semantic narrative summarization 2026-03-04 04:31:11 +00:00
semanticNarrative.ts feat(bd-2st): Implement semantic narrative summarization 2026-03-04 04:31:11 +00:00
sessionDigest.test.ts feat(bd-1c5): Implement AI session digest generation 2026-03-04 03:28:04 +00:00
sessionDigest.ts feat(bd-1c5): Implement AI session digest generation 2026-03-04 03:28:04 +00:00
store.test.ts feat(bd-2fz): Add comprehensive unit tests for store.ts 2026-03-04 04:08:40 +00:00
store.ts feat(bd-2st): Implement semantic narrative summarization 2026-03-04 04:31:11 +00:00
tailer.test.ts feat(bd-2kf): Add comprehensive test coverage for parser and store 2026-03-03 10:43:24 +00:00
tailer.ts feat: implement Phase 1 core infrastructure for FABRIC 2026-03-03 04:58:42 +00:00
types.ts feat(bd-2st): Implement semantic narrative summarization 2026-03-04 04:31:11 +00:00
workerAnalytics.test.ts feat(bd-msa): Implement worker analytics aggregation 2026-03-04 03:46:28 +00:00
workerAnalytics.ts feat(bd-msa): Implement worker analytics aggregation 2026-03-04 03:46:28 +00:00