agent-ecosystem/agent-teams-controller/src
iliya f01defc32c feat: require task comment with results before task_complete, add task_get_comment MCP tool
Teammates must now post full results as a task comment (via task_add_comment)
before calling task_complete, then send a brief summary to the lead with
a pointer to the comment (first 8 chars of comment.id). This ensures results
are visible on the task board, not buried in ephemeral direct messages.

- Add task_get_comment MCP tool for fetching a single comment by id/prefix
- Add "save comment.id → use it in SendMessage" flow with concrete examples
- Update all teammate prompts: spawn, reconnect, assignment, briefing, task protocol
- Add task_get_comment to lead's MCP tools list with usage hint
- Optimize resolveTaskRef: fast-path for UUID (skip full dir scan)
2026-03-20 14:04:50 +02:00
..
internal feat: require task comment with results before task_complete, add task_get_comment MCP tool 2026-03-20 14:04:50 +02:00
controller.js feat: introduce MEMBER_DELEGATE_DESCRIPTION for action mode protocols 2026-03-18 14:01:21 +02:00
index.js refactor: remove legacy teamctl CLI support and update package description 2026-03-08 22:50:57 +02:00