agent-ecosystem/src/main
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
..
constants feat: add support for Claude Code CLI worktrees 2026-03-01 13:47:33 +02:00
http feat: enhance team control API with retry logic and fallback mechanisms 2026-03-12 19:23:48 +02:00
ipc fix: packaged app CLI login detection, PATH merge, IPC status cache 2026-03-19 22:41:52 +02:00
services feat: require task comment with results before task_complete, add task_get_comment MCP tool 2026-03-20 14:04:50 +02:00
types feat: enhance notification system with task status change support 2026-03-04 15:22:59 +02:00
utils fix: posix PATH segments on Windows CI; sort imports for lint 2026-03-19 22:42:58 +02:00
workers refactor: clean up code and improve readability across multiple files 2026-03-19 14:07:14 +02:00
index.ts feat: enhance shell environment handling for CLI processes 2026-03-19 18:51:44 +02:00
standalone.ts feat: add FAQ section to README and improve cross-platform handling in code 2026-03-02 22:56:56 +02:00