- Add delete button to tasks with confirmation
- Restructure Dashboard: select Project first, then view its Tasks
- Remove global Tasks tab, tasks are now scoped to project
- Add back button from project view to projects list
- Pre-select project when creating task from project view
- Make project cards clickable
- Better UX with clear navigation flow
Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
- Add StatsCards component with key metrics (projects, tasks, agents)
- Add CreateProjectModal for creating new projects
- Add CreateTaskModal for creating new tasks
- Add action buttons in dashboard header
- Improve Dashboard with stats and modal integration
- All components with proper TypeScript types
Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
- React dashboard with Tailwind CSS v4
- Session-based authentication (Lucia patterns)
- API client with axios
- Project, Task, and Agent views
- Bun.serve() with HMR and API proxy
- Docker support
Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>