agent-ecosystem/test/main/ipc
iliya c3eea4d6eb feat: add cross-team communication orchestrator
Autonomous message routing between Agent Teams via MCP with cascade
protection. Inbox-first canonical delivery with cross-process file
lock (O_CREAT|O_EXCL) and best-effort relay for online teams.

- CascadeGuard: rate limit (10/min), chain depth (max 5), pair cooldown (3s)
- FileLock: cross-process safe via kernel-level atomic lock files
- CrossTeamService: validate → cascade → file-lock → inbox write → relay → outbox
- Unified lead resolver with members.meta.json normalization (trim+dedup)
- 3 MCP tools: cross_team_send, cross_team_list_targets, cross_team_get_outbox
- Controller module with sync file lock, same protocol as main
- IPC adapter with 3 Electron handlers
- 64 new tests across 8 test files
2026-03-09 18:45:15 +02:00
..
configValidation.test.ts feat: enhance notification system with task status change support 2026-03-04 15:22:59 +02:00
crossTeam.test.ts feat: add cross-team communication orchestrator 2026-03-09 18:45:15 +02:00
editor.test.ts feat: add project file listing functionality and enhance mention support 2026-03-02 21:14:49 +02:00
globalSearch.test.ts feat: search session globally across projects 2026-02-21 14:34:25 +05:30
guards.test.ts feat: enhance team member validation and improve logging 2026-03-03 23:58:19 +02:00
ipcWrapper.test.ts feat: add project editor with drag & drop file management 2026-02-28 23:40:41 +02:00
teams.test.ts feat: enhance task comment notifications and owner wake-up logic 2026-03-09 15:25:22 +02:00