feat(FN-1096): add task agent assignment persistence and API
- 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
This commit is contained in:
5
.changeset/task-agent-assignment-core.md
Normal file
5
.changeset/task-agent-assignment-core.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@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.
|
||||
Reference in New Issue
Block a user