agent-ecosystem/docs
iliya 2eac440fe2 fix(team): disable teammate DM relay through lead, read user.json directly
Teammates are independent Claude Code processes that read their own inbox
files via fs.watch. Relaying DMs through the lead caused three bugs:
lead responding instead of the teammate, duplicate messages from relay
loops, and teammates not responding to user due to conflicting prompts.

- Disable relayMemberInboxMessages for teammate DMs (teams.ts, index.ts)
- Add SendMessage(to="user") filter in captureSendMessages as safety net
- Generate deterministic messageId for inbox entries lacking one (sha256)
- Wrap notification instructions in agent block, italic task subject
- Style system comments in task view with blue background, hide avatar
- Update CLAUDE.md, research docs, and code comments with architecture
2026-03-23 12:57:16 +02:00
..
extensions feat: add skills management features and integrate skills API 2026-03-11 21:46:56 +02:00
iterations refactor: remove legacy teamctl CLI support and update package description 2026-03-08 22:50:57 +02:00
research feat: enhance cross-team messaging and message storage 2026-03-11 00:33:17 +02:00
screenshots feat: add Sentry error tracking and update docs 2026-03-22 17:03:15 +02:00
team-management fix(team): disable teammate DM relay through lead, read user.json directly 2026-03-23 12:57:16 +02:00
CHANGELOG.md chore: set initial release version to 1.0.0 in package and docs 2026-03-19 22:42:59 +02:00
RELEASE.md chore: set initial release version to 1.0.0 in package and docs 2026-03-19 22:42:59 +02:00