agent-ecosystem/test/main
iliya 729a756f29 fix: resolve CI failures across all platforms
- Fix TS error: use kanbanTaskState?.reviewer instead of task.reviewer
  (reviewer exists on KanbanTaskState, not TeamTask)
- Fix crossTeam tests: update assertions to match XML tag protocol format
  (CROSS_TEAM_PREFIX_TAG → CROSS_TEAM_TAG_NAME with XML attributes)
- Fix controller test: use 'bob' instead of 'alice' as commenter
  (alice is the lead = same as task owner, so no notification fires)
- Fix TeamMcpConfigBuilder test: use path.join() for cross-platform paths
  (forward slashes fail on Windows where path.join uses backslashes)
- Fix atomicWrite EPERM on Windows: add retry logic for rename operations
  (Windows CI antivirus can briefly hold files, causing EPERM on rename)
2026-03-16 19:56:06 +02:00
..
http feat: implement member briefing functionality and enhance team provisioning 2026-03-13 15:58:51 +02:00
ipc refactor: streamline task handling and improve data formatting 2026-03-16 18:07:22 +02:00
services fix: resolve CI failures across all platforms 2026-03-16 19:56:06 +02:00
utils feat: enhance team provisioning with member spawn auditing and improved error handling 2026-03-16 17:20:42 +02:00