feat(kanban): Add ability to delete in-progress cards with auto agent stop

- Add delete button to in_progress cards that are not currently running
- Update handleDeleteFeature to stop running agents before deleting
- Show confirmation message mentioning agent will be stopped when card is running
- Add test utilities for delete in-progress feature testing

Generated with Claude Code

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Cody Seibert
2025-12-09 01:43:44 -05:00
parent ef5584a488
commit 0be9d751fe
4 changed files with 148 additions and 9 deletions

View File

@@ -30,7 +30,7 @@
"category": "Kanban",
"description": "when clicking a value in the typeahead, there is a bug where it does not close automatically, fix this",
"steps": [],
"status": "in_progress"
"status": "verified"
},
{
"id": "feature-1765260671085-7dgotl21h",
@@ -86,7 +86,7 @@
"category": "Kanban",
"description": "Ability to delete in progress cards which will auto stop their agents on delete",
"steps": [],
"status": "in_progress"
"status": "verified"
},
{
"id": "feature-1765262348401-hivjg6vuq",