feat(KB-032): add Planning Mode for AI-assisted task creation
- Add PlanningModeModal component with interactive task planning UI - Implement backend planning API with /api/planning endpoints - Add PlanningSession class for managing planning state - Integrate planning mode into dashboard with header button - Add comprehensive tests for planning components and API routes - Include AI agent structure for future planning automation - Update README with Planning Mode documentation
This commit is contained in:
12
.changeset/add-planning-mode.md
Normal file
12
.changeset/add-planning-mode.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
"@dustinbyrne/kb": minor
|
||||
---
|
||||
|
||||
Add Planning Mode to the dashboard for interactive AI-guided task creation
|
||||
|
||||
- New "Plan" button in header for starting planning sessions
|
||||
- Interactive modal with AI-guided question flow
|
||||
- Support for text, single_select, multi_select, and confirm question types
|
||||
- Summary view with editable title, description, size, and dependencies
|
||||
- Backend API with rate limiting (5 sessions/hour/IP) and 30-minute session TTL
|
||||
- Full test coverage for all components and API endpoints
|
||||
Reference in New Issue
Block a user