- Replace assignee text input with select dropdown
- Populate dropdown with agents from /api/agents endpoint
- Add styling to match existing form elements
- Improves UX by preventing typos and showing available agents
- Kanban board with 5 columns (Backlog, Todo, In Progress, Review, Done)
- Agent assignment for all OpenClaw agents
- Priority levels and tags
- Wiki auto-generation on task completion
- REST API for agent heartbeat integration
- Real-time updates via WebSocket
- SQLite database for task storage
- Docker deployment configuration
- Traefik ingress configuration