Files
fusion/.changeset/task-agent-assignment-core.md
gsxdsm f123f958bb 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
2026-04-07 22:53:47 -07:00

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.