agent-ecosystem/src/main/services/team
iliya 1e33e82ce1 feat: implement inbox locking mechanism and enhance team message handling
- Introduced `withInboxLock` function to manage concurrent access to inbox files, preventing race conditions during message processing.
- Refactored `TeamInboxWriter` and `TeamProvisioningService` to utilize the new locking mechanism, ensuring safe read/write operations on inbox files.
- Updated `TeamListView` and related components to improve user experience during team management and message handling.
- Added new dependencies for linting and formatting, enhancing code quality and maintainability.
2026-02-23 16:17:48 +02:00
..
atomicWrite.ts feat(team-managment): stable MVP 2026-02-21 09:47:24 +02:00
ClaudeBinaryResolver.ts feat: enhance team configuration and member detection 2026-02-22 18:41:08 +02:00
inboxLock.ts feat: implement inbox locking mechanism and enhance team message handling 2026-02-23 16:17:48 +02:00
index.ts feat: use agent teams 2026-02-22 15:41:18 +02:00
MemberStatsComputer.ts fix: resolve pre-existing lint errors blocking CI 2026-02-22 23:05:57 +02:00
TeamAgentToolsInstaller.ts fix: address CodeRabbit review feedback 2026-02-23 12:04:13 +02:00
TeamConfigReader.ts feat: enhance team member management with color coding and improved prompts 2026-02-22 16:41:16 +02:00
TeamDataService.ts feat: implement auto-sync for task-related comments from inbox messages 2026-02-23 12:18:34 +02:00
TeamInboxReader.ts feat(team-managment): stable MVP 2026-02-21 09:47:24 +02:00
TeamInboxWriter.ts feat: implement inbox locking mechanism and enhance team message handling 2026-02-23 16:17:48 +02:00
TeamKanbanManager.ts feat: enhance task management and UI with new filters and line counting 2026-02-22 22:15:48 +02:00
TeamMemberLogsFinder.ts feat: enhance project directory resolution and auto-refresh in MemberLogsTab 2026-02-23 15:12:39 +02:00
TeamMemberResolver.ts feat: use agent teams 2026-02-22 15:41:18 +02:00
TeamMembersMetaStore.ts feat: use agent teams 2026-02-22 15:41:18 +02:00
TeamProvisioningService.ts feat: implement inbox locking mechanism and enhance team message handling 2026-02-23 16:17:48 +02:00
TeamTaskReader.ts feat: enhance task management and UI with new filters and line counting 2026-02-22 22:15:48 +02:00
TeamTaskWriter.ts feat: implement auto-sync for task-related comments from inbox messages 2026-02-23 12:18:34 +02:00