multica/server/internal/handler
yushen a9bf22955d chore(daemon): add debug logging for task lifecycle troubleshooting
Add structured logging at key points in the task completion flow:
- Daemon: log result details before sending to server, log claim cycles
- Handler: log incoming CompleteTask requests
- TaskService: log each step of CompleteTask (DB update, issue status
  sync, comment creation, payload parsing)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-24 17:38:06 +08:00
..
agent.go feat(agent): auto-create init issue on agent creation with workspace context 2026-03-24 17:38:00 +08:00
auth.go Add workspace management and isolated worktree environments 2026-03-23 18:12:11 +08:00
comment.go feat(server): add comment CRUD endpoints and issue filter/update enhancements 2026-03-23 20:15:09 +08:00
daemon.go chore(daemon): add debug logging for task lifecycle troubleshooting 2026-03-24 17:38:06 +08:00
daemon_pairing.go feat(runtime): add local codex daemon pairing 2026-03-24 12:03:14 +08:00
handler.go feat(runtime): add local codex daemon pairing 2026-03-24 12:03:14 +08:00
handler_test.go Add workspace management and isolated worktree environments 2026-03-23 18:12:11 +08:00
inbox.go Add workspace management and isolated worktree environments 2026-03-23 18:12:11 +08:00
issue.go feat(runtime): add local codex daemon pairing 2026-03-24 12:03:14 +08:00
runtime.go feat(runtime): add local codex daemon pairing 2026-03-24 12:03:14 +08:00
workspace.go feat(workspace): add context field for AI agent background info 2026-03-24 15:59:11 +08:00