multica/server
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
..
cmd refactor(server): extract inbox creation to bus listeners, add agent visibility filtering 2026-03-25 11:24:45 +08:00
internal refactor(server): extract inbox creation to bus listeners, add agent visibility filtering 2026-03-25 11:24:45 +08:00
migrations refactor: remove repository field from issues 2026-03-24 18:12:06 +08:00
pkg feat: add event bus, WS workspace isolation, and global store migration 2026-03-25 10:08:27 +08:00
go.mod refactor(cli): unify daemon into multica-cli binary with cobra subcommands 2026-03-24 15:44:49 +08:00
go.sum refactor(cli): unify daemon into multica-cli binary with cobra subcommands 2026-03-24 15:44:49 +08:00
sqlc.yaml feat: pivot to AI-native task management platform (#232) 2026-03-20 17:55:49 +08:00