agent-ecosystem/src/shared/types
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
..
extensions feat: add Extension Store with plugin catalog and MCP registry 2026-03-08 01:00:18 +02:00
api.ts feat: add cross-team communication orchestrator 2026-03-09 18:45:15 +02:00
cliInstaller.ts fix: enhance CLI installer and session management 2026-02-27 12:56:32 +02:00
editor.ts feat: add project file listing functionality and enhance mention support 2026-03-02 21:14:49 +02:00
index.ts Merge branch 'feature/extension-store' into dev 2026-03-08 01:08:19 +02:00
ipc.ts feat(team-management): iteration 1, enhance Team Management feature with IPC integration and UI components 2026-02-17 21:30:37 +02:00
notifications.ts feat: add scheduled tasks with cron execution and rich log viewer 2026-03-08 00:58:07 +02:00
review.ts refactor: streamline task handling and remove legacy support 2026-03-08 00:24:48 +02:00
schedule.ts feat: add scheduled tasks with cron execution and rich log viewer 2026-03-08 00:58:07 +02:00
team.ts feat: add cross-team communication orchestrator 2026-03-09 18:45:15 +02:00
terminal.ts feat: integrate terminal service and enhance CLI authentication handling 2026-02-26 20:17:32 +02:00
visualization.ts feat: use agent teams 2026-02-22 15:41:18 +02:00