- Add assignedAgentId to core task types, database schema migration, and TaskStore persistence flows - Implement dashboard assignment API routes for setting and clearing task-to-agent assignments - Expand core and dashboard test coverage for persistence, migration behavior, and assignment route handling - Add a changeset for the published CLI package to document the assignment core update
6 lines
204 B
Markdown
6 lines
204 B
Markdown
---
|
|
"@gsxdsm/fusion": minor
|
|
---
|
|
|
|
Add task-agent assignment: `assignedAgentId` field on tasks, `PATCH /api/tasks/:id/assign` endpoint, and `GET /api/agents/:id/tasks` endpoint for querying assigned tasks.
|