feat(api): add assigned_agent to Task model (MS22-DB-003, MS22-API-003) #591

Merged
jason.woltje merged 2 commits from feat/ms22-task-agent into main 2026-03-01 03:54:28 +00:00
Owner

Adds assignedAgent optional string field to Task model so the fleet can track which agent owns a task.

  • Prisma schema + migration
  • DTO updates (create/update)
  • Service + spec updates

Closes MS22-DB-003, MS22-API-003

Adds `assignedAgent` optional string field to Task model so the fleet can track which agent owns a task. - Prisma schema + migration - DTO updates (create/update) - Service + spec updates Closes MS22-DB-003, MS22-API-003
jason.woltje added 2 commits 2026-03-01 03:46:02 +00:00
jason.woltje merged commit 1df20f0e13 into main 2026-03-01 03:54:28 +00:00
Sign in to join this conversation.