From e99a3da3360e37b110bb1eba45a4fc7885a9cca6 Mon Sep 17 00:00:00 2001 From: Dave Date: Fri, 20 Mar 2026 09:13:13 +0000 Subject: [PATCH] story-kit: done 342_story_web_ui_button_to_delete_a_story_from_the_pipeline --- ...ton_to_delete_a_story_from_the_pipeline.md | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .story_kit/work/5_done/342_story_web_ui_button_to_delete_a_story_from_the_pipeline.md diff --git a/.story_kit/work/5_done/342_story_web_ui_button_to_delete_a_story_from_the_pipeline.md b/.story_kit/work/5_done/342_story_web_ui_button_to_delete_a_story_from_the_pipeline.md new file mode 100644 index 0000000..dd9eb23 --- /dev/null +++ b/.story_kit/work/5_done/342_story_web_ui_button_to_delete_a_story_from_the_pipeline.md @@ -0,0 +1,23 @@ +--- +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