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:
gsxdsm
2026-03-29 21:40:14 -07:00
parent 27a18549b3
commit 385739ee2c
19 changed files with 3024 additions and 10 deletions

3
pnpm-lock.yaml generated
View File

@@ -108,6 +108,9 @@ importers:
'@kb/core':
specifier: workspace:*
version: link:../core
'@kb/engine':
specifier: workspace:*
version: link:../engine
'@types/multer':
specifier: ^2.1.0
version: 2.1.0