agent-ecosystem/agent-teams-controller/src/internal
iliya 26e21251d0 fix(tasks): prevent duplicate task comments by adding stable comment ID
- Introduced a stable comment ID format to ensure that comments are not duplicated when the completeTask function is called multiple times for the same task.
- Updated the addTaskComment function to include the new ID format, which combines the completedTask ID and blockedTask ID.

This change enhances the task management system by improving comment handling during task resolution.
2026-03-23 13:16:30 +02:00
..
agentBlocks.js feat: enhance README and internal message handling 2026-03-16 11:23:58 +02:00
capture.js feat: enhance workspace management and MCP integration 2026-03-07 15:02:55 +02:00
cascadeGuard.js feat: add cross-team communication orchestrator 2026-03-09 18:45:15 +02:00
context.js feat: integrate runtime helpers and enhance lead session handling 2026-03-08 00:56:31 +02:00
crossTeam.js feat: enhance cross-team messaging and message storage 2026-03-11 00:33:17 +02:00
crossTeamProtocol.js feat: update cross-team messaging protocol and enhance team provisioning 2026-03-10 14:48:55 +02:00
fileLock.js feat: add cross-team communication orchestrator 2026-03-09 18:45:15 +02:00
kanban.js feat: introduce 'needsFix' review state and enhance task management features 2026-03-09 13:50:45 +02:00
kanbanStore.js feat: introduce 'needsFix' review state and enhance task management features 2026-03-09 13:50:45 +02:00
maintenance.js refactor: update comment formatting and notification handling in maintenance and tasks 2026-03-14 22:10:16 +02:00
messages.js feat: add message lookup functionality for task creation 2026-03-16 10:46:25 +02:00
messageStore.js feat: introduce MEMBER_DELEGATE_DESCRIPTION for action mode protocols 2026-03-18 14:01:21 +02:00
processes.js feat: integrate agent-teams-controller and enhance task management 2026-03-07 16:01:32 +02:00
processStore.js feat: integrate runtime helpers and enhance lead session handling 2026-03-08 00:56:31 +02:00
review.js feat: enhance README and UI for team management and review processes 2026-03-21 14:01:24 +02:00
runtime.js feat: enhance team control API with retry logic and fallback mechanisms 2026-03-12 19:23:48 +02:00
runtimeHelpers.js feat: enhance attachment handling and metadata management 2026-03-17 13:53:29 +02:00
tasks.js fix(tasks): prevent duplicate task comments by adding stable comment ID 2026-03-23 13:16:30 +02:00
taskStore.js feat: add getTaskComment functionality and enhance pre-commit script 2026-03-20 13:45:14 +02:00