Expand /intervention page to show all items needing human action:
Current /intervention page
- Shows tasks with retry_attempt >= 3 (failed 3+ times)
Proposed: Add two more categories
1. Epics in Review
- Epics where all children completed
- Need human verification before closing
- Show: epic title, progress (X/Y done), approve/reject buttons
2. HumanTasks in Open status
- Tasks explicitly marked as needing human work
- Show: task title, description preview, claim button
Implementation
- Consider renaming page to 'Needs Human Action'
- Modify getInterventionTasks or create getHumanActionItems
- Group by category with section headers
- Add appropriate action buttons for each type