feat(KB-040): add break-into-subtasks toggle for task creation
- Add breakIntoSubtasks flag to core Task model and persist to store - Plumb subtask flag through dashboard API routes with validation - Add subtask toggle UI to inline task creation card - Update triage agent to handle automatic subtask breakdown when enabled - Add comprehensive tests for store, API routes, and UI components - Include changeset for patch release documenting the new feature
This commit is contained in:
7
.changeset/add-subtask-toggle.md
Normal file
7
.changeset/add-subtask-toggle.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
"@dustinbyrne/kb": minor
|
||||
---
|
||||
|
||||
Add toggle to break tasks into subtasks during creation
|
||||
|
||||
Users can now enable a "Break into subtasks" toggle when creating new tasks. When enabled, the AI triage agent will analyze the task and, if appropriate, create child tasks instead of a single large specification. This helps manage complex work items by splitting them into smaller, more manageable pieces.
|
||||
Reference in New Issue
Block a user