multica/server/internal/daemon
yushen 12dec9f122 fix(daemon): add reload guard and atomic config writes
- Prevent concurrent reloadWorkspaces with a dedicated mutex
- SaveCLIConfig now writes to a temp file then renames for atomicity,
  preventing partial reads by the daemon's config watcher

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-26 17:11:15 +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 fix(daemon): add reload guard and atomic config writes 2026-03-26 17:11:15 +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