multica/server/internal/handler
Naiyuan Qing 0ea9c38071 fix(workspace): permission enforcement, invite auto-create, switch clears stores
- DeleteAgent: require owner/admin role (was member-only check)
- ListAgentTasks: add workspace membership verification (was unauthenticated)
- CreateMember: auto-create user if email not found (enables invite flow)
- Workspace switch: clear issue/inbox/agent stores before hydrating new data

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 10:46:53 +08:00
..
agent.go fix(workspace): permission enforcement, invite auto-create, switch clears stores 2026-03-25 10:46:53 +08:00
auth.go Provision default workspaces and harden daemon pairing 2026-03-24 15:19:27 +08:00
comment.go fix(issues): board polish — blocked column, drag fix, comment perms, task cleanup 2026-03-25 10:32:25 +08:00
daemon.go feat: add event bus, WS workspace isolation, and global store migration 2026-03-25 10:08:27 +08:00
daemon_pairing.go feat(runtime): add local codex daemon pairing 2026-03-24 12:03:14 +08:00
handler.go feat: add event bus, WS workspace isolation, and global store migration 2026-03-25 10:08:27 +08:00
handler_test.go Provision default workspaces and harden daemon pairing 2026-03-24 15:19:27 +08:00
inbox.go feat: add event bus, WS workspace isolation, and global store migration 2026-03-25 10:08:27 +08:00
issue.go fix(issues): board polish — blocked column, drag fix, comment perms, task cleanup 2026-03-25 10:32:25 +08:00
runtime.go feat(runtime): add local codex daemon pairing 2026-03-24 12:03:14 +08:00
workspace.go fix(workspace): permission enforcement, invite auto-create, switch clears stores 2026-03-25 10:46:53 +08:00