BTerminal/v2/src/lib
Hibryda 82fb618c76 feat(conflicts): add file overlap conflict detection (S-1 Phase 1)
Detects when 2+ agent sessions write the same file within a project.
New conflicts.svelte.ts store, shared tool-files.ts utility, dispatcher
integration, health attention scoring (SCORE_FILE_CONFLICT=70), and UI
indicators in ProjectHeader + StatusBar. 170/170 tests pass.
2026-03-11 00:12:10 +01:00
..
adapters feat(health): add project health store, Mission Control bar, and session metrics 2026-03-10 23:45:30 +01:00
components feat(conflicts): add file overlap conflict detection (S-1 Phase 1) 2026-03-11 00:12:10 +01:00
stores feat(conflicts): add file overlap conflict detection (S-1 Phase 1) 2026-03-11 00:12:10 +01:00
styles style(agent): redesign AgentPane and MarkdownPane for polished readable UI 2026-03-09 02:31:04 +01:00
types feat(v3): implement Mission Control MVP (Phases 1-5) 2026-03-07 16:06:07 +01:00
utils feat(conflicts): add file overlap conflict detection (S-1 Phase 1) 2026-03-11 00:12:10 +01:00
agent-dispatcher.test.ts feat(conflicts): add file overlap conflict detection (S-1 Phase 1) 2026-03-11 00:12:10 +01:00
agent-dispatcher.ts feat(conflicts): add file overlap conflict detection (S-1 Phase 1) 2026-03-11 00:12:10 +01:00