multica/server/internal
Naiyuan Qing 759dd741bd refactor(server): extract inbox creation to bus listeners, add agent visibility filtering
- Move all CreateInboxItem calls from handlers to centralized inbox_listeners.go
- Enrich issue:updated payload with change context (assignee_changed, status_changed, prev values)
- Enrich comment:created payload with issue context (assignee info)
- Bus listeners handle: issue assign, unassign, reassign, status change, comment notification
- ListAgents filters private agents: only visible to owner_id or workspace admin
- Zero CreateInboxItem calls remain in handler package

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 11:24:45 +08:00
..
auth Add workspace management and isolated worktree environments 2026-03-23 18:12:11 +08:00
cli fix(cli): address code review findings 2026-03-24 15:49:32 +08:00
daemon refactor: remove repository field from issues 2026-03-24 18:12:06 +08:00
events feat: add event bus, WS workspace isolation, and global store migration 2026-03-25 10:08:27 +08:00
handler refactor(server): extract inbox creation to bus listeners, add agent visibility filtering 2026-03-25 11:24:45 +08:00
middleware Add workspace management and isolated worktree environments 2026-03-23 18:12:11 +08:00
realtime feat: add event bus, WS workspace isolation, and global store migration 2026-03-25 10:08:27 +08:00
service feat: add event bus, WS workspace isolation, and global store migration 2026-03-25 10:08:27 +08:00
util feat(server): add task service layer and daemon REST protocol 2026-03-23 18:34:51 +08:00