multica/server/internal/daemon
yushen 4210fe69f4 feat(daemon): multi-workspace support with hot-reload
- Add `multica workspace watch/unwatch/list` CLI commands
- Daemon watches multiple workspaces from config's `watched_workspaces`
- Registers runtimes per workspace, polls all runtime IDs in round-robin
- Hot-reload: daemon detects config file changes every 5s and
  adds/removes workspaces without restart
- Remove `--workspace-id` flag from daemon (workspace selection is now
  purely config-driven via `multica workspace watch`)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-26 16:52:22 +08:00
..
execenv refactor(daemon): remove global ReposRoot, use per-task RepoPath from server 2026-03-26 16:04:33 +08:00
client.go refactor(daemon): remove pairing flow, use CLI auth token instead 2026-03-26 16:39:57 +08:00
config.go feat(daemon): multi-workspace support with hot-reload 2026-03-26 16:52:22 +08:00
daemon.go feat(daemon): multi-workspace support with hot-reload 2026-03-26 16:52:22 +08:00
daemon_test.go feat: structured skills system with meta skill runtime injection 2026-03-25 15:17:59 +08:00
helpers.go fix(cli): address code review findings 2026-03-24 15:49:32 +08:00
prompt.go feat: structured skills system with meta skill runtime injection 2026-03-25 15:17:59 +08:00
types.go refactor(daemon): remove pairing flow, use CLI auth token instead 2026-03-26 16:39:57 +08:00