FABRIC/src/tui/components
jeda 5fab75708f feat(bd-xig): Implement worker collision detection
- Add BeadCollision, TaskCollision, CollisionAlert types
- Extend WorkerInfo to track activeBead and activeDirectories
- Implement bead collision detection ( detectBeadCollision, getBeadCollisions, getWorkerBeadCollisions)
- Implement task collision detection ( detectTaskCollision, getTaskCollisions
- Implement getWorkerTaskCollisions
- Generate collision alerts with suggestions
- Add getCollisionStats for statistics
- Add cleanupStaleCollisions for bead and task collisions
- Create CollisionAlert TUI component

- Add unit tests for collision detection

🚀 Generated with Claude Worker <noreply@anthropic.com>

Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-03 13:50:02 +00:00
..
ActivityStream.ts feat(bd-2kf): Add comprehensive test coverage for parser and store 2026-03-03 10:43:24 +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-xig): Implement worker collision detection 2026-03-03 13:50:02 +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
FileHeatmap.ts feat(bd-3sj): P4-002: File Heatmap 2026-03-03 12:11:54 +00:00
index.ts feat(bd-3sj): P4-002: File Heatmap 2026-03-03 12:11:54 +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.ts feat(bd-2kf): Add comprehensive test coverage for parser and store 2026-03-03 10:43:24 +00:00