{
"task": {
"id": "task-def-456",
"title": "Build landing page",
"description": "Create responsive landing page with hero section",
"status": "in_progress",
"assignee": "Jordan Kim",
"objective_id": "obj-abc-123",
"priority": 2,
"created_at": "2026-01-15T10:00:00Z",
"updated_at": "2026-01-15T10:05:00Z"
},
"runs": [
{
"run_id": "run-xyz-789",
"started_at": "2026-01-15T10:05:00Z",
"status": "running"
}
],
"events": [
{ "type": "status_change", "from": "ready", "to": "in_progress", "at": "2026-01-15T10:05:00Z" }
],
"comments": [
{ "id": "cmt-1", "text": "Starting work on the hero section", "author": "Jordan Kim", "at": "2026-01-15T10:06:00Z" }
]
}