multica/server/internal/handler
Naiyuan Qing 06122dfe9e merge: resolve conflicts with main (skills feature)
Merge origin/main which added the skills system (structured skills
with meta skill runtime injection). Resolve 4 conflicts:

- workspace/store.ts: keep both skills state + issue/inbox fetch
- types/index.ts: keep Skill types + our event exports
- handler/agent.go: merge visibility filtering + skills batch loading
- pnpm-lock.yaml: accept main's lockfile with skills deps

Also fix skill.go: migrate h.broadcast → h.publish (event bus)
to match our architecture where all WS events go through the bus.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 16:43:21 +08:00
..
agent.go merge: resolve conflicts with main (skills feature) 2026-03-25 16:43:21 +08:00
auth.go Provision default workspaces and harden daemon pairing 2026-03-24 15:19:27 +08:00
comment.go refactor(server): extract inbox creation to bus listeners, add agent visibility filtering 2026-03-25 11:24:45 +08:00
daemon.go refactor: migrate stores to features/, remove dead packages, add modals + workspace sync 2026-03-25 16:37:22 +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 fix(test): remove skills column from integration test fixtures 2026-03-25 15:27:50 +08:00
inbox.go feat(inbox): notification triggers, unread badge, archive UI, View Issue link 2026-03-25 11:00:07 +08:00
issue.go refactor(server): extract inbox creation to bus listeners, add agent visibility filtering 2026-03-25 11:24:45 +08:00
runtime.go feat(runtime): add local codex daemon pairing 2026-03-24 12:03:14 +08:00
skill.go merge: resolve conflicts with main (skills feature) 2026-03-25 16:43:21 +08:00
workspace.go refactor: migrate stores to features/, remove dead packages, add modals + workspace sync 2026-03-25 16:37:22 +08:00