- Replace 'break into subtasks' checkbox with explicit Plan and Subtask buttons - Update InlineCreateCard (Board view) and QuickEntryBox (List view) with new button layout - Wire up button callbacks in App.tsx, Board, and ListView components - Update and add tests for disabled button behavior when no description entered - Document new Plan and Subtask button behavior in AGENTS.md
10 lines
339 B
Markdown
10 lines
339 B
Markdown
---
|
|
"@dustinbyrne/kb": minor
|
|
---
|
|
|
|
Replace "break into subtasks" checkbox with explicit "Plan" and "Subtask" buttons
|
|
|
|
Task creation UI now shows two explicit buttons instead of a checkbox:
|
|
- "Plan" — Opens AI planning mode to refine the task before creation
|
|
- "Subtask" — Opens subtask breakdown dialog (feature coming in next release)
|