prefect server in zig

update roadmap: task_runs endpoints already implemented

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

+5 -5
+5 -5
ROADMAP.md
··· 23 23 - [x] WS /api/events/in 24 24 25 25 ### task runs 26 - - [ ] POST /api/task_runs/ 27 - - [ ] GET /api/task_runs/{id} 28 - - [ ] POST /api/task_runs/{id}/set_state 26 + - [x] POST /api/task_runs/ 27 + - [x] GET /api/task_runs/{id} 28 + - [x] POST /api/task_runs/{id}/set_state 29 29 - [ ] POST /api/task_runs/filter 30 30 31 31 ### state endpoints ··· 103 103 - [x] flow_run table 104 104 - [x] flow_run_state table 105 105 - [x] events table 106 - - [ ] task_run table 106 + - [x] task_run table 107 107 - [ ] task_run_state table 108 108 - [ ] deployment table 109 109 - [ ] work_pool table ··· 133 133 ## notes 134 134 135 135 priority order for next work: 136 - 1. task_runs endpoints (needed for full task tracking) 136 + 1. filter endpoints (flows/filter, flow_runs/filter, task_runs/filter) 137 137 2. deployments (needed for scheduled/triggered runs) 138 138 3. work_pools (needed for worker-based execution) 139 139 4. scheduler service (needed for deployment schedules)