hermes-agent/plugins/kanban
Yi Lok Enoch Lam 518d37f6af feat(kanban): add reclaim_first support to bulk reassign endpoint
- Extend BulkTaskBody with reclaim_first: bool = False
- In bulk_update, use kanban_db.reassign_task(..., reclaim_first=True)
  when payload.reclaim_first is set and assignee is present
- Falls back to existing assign_task behavior when reclaim_first is false

This enables the dashboard to bulk-reassign running tasks by
reclaiming their claims first, matching the single-task
/tasks/{id}/reassign endpoint behavior.
2026-05-10 21:44:37 -07:00
..
dashboard feat(kanban): add reclaim_first support to bulk reassign endpoint 2026-05-10 21:44:37 -07:00
systemd feat(kanban): durable multi-profile collaboration board (#17805) 2026-04-30 13:36:47 -07:00