multica/server/internal/daemon
yushen de0a983674 fix(server): remove debug logging and add error handling from review
- Remove debug log.Printf calls from handler/daemon.go and service/task.go
  that used the global log package instead of structured logging
- Remove unused truncate() helper from service/task.go
- Add error handling for EnqueueTaskForIssue in createAgentInitIssue
- Clean up verbose debug logging in daemon/daemon.go handleTask
- Add shutdown sequence comment to codex.go lifecycle goroutine

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-24 17:48:01 +08:00
..
client.go fix(cli): address code review findings 2026-03-24 15:49:32 +08:00
config.go fix(cli): address code review findings 2026-03-24 15:49:32 +08:00
daemon.go fix(server): remove debug logging and add error handling from review 2026-03-24 17:48:01 +08:00
daemon_test.go refactor(cli): unify daemon into multica-cli binary with cobra subcommands 2026-03-24 15:44:49 +08:00
helpers.go fix(cli): address code review findings 2026-03-24 15:49:32 +08:00
prompt.go feat(agent): auto-create init issue on agent creation with workspace context 2026-03-24 17:38:00 +08:00
types.go feat(agent): auto-create init issue on agent creation with workspace context 2026-03-24 17:38:00 +08:00