- {/* Rail dot */}
+ {/* Rail dot — aligned to first text line */}
+ {/* Line 1: name + status + delete */}
+
+
+ {task.name}
+
+
+ {onDelete && (
+
+ )}
+
- {/* Status badge */}
-
-
- {/* Delete button */}
- {onDelete && (
-
- )}
+ {/* Line 2: category + priority + agent + blocked count */}
+
+
+ {catConfig.label}
+
+ {priorityColor && (
+
+ {task.priority}
+
+ )}
+ {agentName && (
+
+ {agentName}
+
+ )}
+ {blockedByCount > 0 && (
+
+ blocked by {blockedByCount}
+
+ )}
+
+