agent-ecosystem/test/main/services
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
..
analysis feat: enhance task change retrieval with additional options 2026-03-04 15:22:59 +02:00
discovery feat: enhance task change retrieval with additional options 2026-03-04 15:22:59 +02:00
editor feat: enhance notification and task management features 2026-03-02 18:17:57 +02:00
extensions feat: add Radix UI Alert Dialog component and enhance SkillImportService 2026-03-12 11:53:40 +02:00
infrastructure feat: enhance notification management and team messaging functionality 2026-03-07 13:44:07 +02:00
parsing feat: color badges for subagent types with .claude/agents/ config support 2026-02-21 13:52:59 -03:00
schedule feat: add scheduled tasks with cron execution and rich log viewer 2026-03-08 00:58:07 +02:00
team fix: resolve CI failures across all platforms 2026-03-16 19:56:06 +02:00