storkit: accept 342_story_web_ui_button_to_delete_a_story_from_the_pipeline

This commit is contained in:
Dave
2026-03-20 12:32:13 +00:00
parent b0a1eafd8d
commit 9ceda6694d

View File

@@ -1,23 +0,0 @@
---
name: "Web UI button to delete a story from the pipeline"
---
# Story 342: Web UI button to delete a story from the pipeline
## User Story
As a project owner using the web UI, I want a delete button on work items to remove them from the pipeline, so that I can clean up obsolete or duplicate stories visually.
## Acceptance Criteria
- [ ] Delete button visible on work items in all pipeline stages
- [ ] Shows confirmation dialog before deleting (story title shown for clarity)
- [ ] Stops any running agent on the story before deleting
- [ ] Removes the worktree if one exists
- [ ] Deletes the story file and commits to git
- [ ] UI updates immediately to remove the item from the board
- [ ] Uses an appropriate API endpoint (new or existing)
## Out of Scope
- TBD