- 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
339 B
339 B
@dustinbyrne/kb
| @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)