From a904cda629965cb0b5db95eaf91160fc1a4bca01 Mon Sep 17 00:00:00 2001 From: dave Date: Tue, 24 Mar 2026 15:02:54 +0000 Subject: [PATCH] storkit: done 381_story_bot_command_to_delete_a_worktree --- ..._story_bot_command_to_delete_a_worktree.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .storkit/work/5_done/381_story_bot_command_to_delete_a_worktree.md diff --git a/.storkit/work/5_done/381_story_bot_command_to_delete_a_worktree.md b/.storkit/work/5_done/381_story_bot_command_to_delete_a_worktree.md new file mode 100644 index 0000000..b2f5019 --- /dev/null +++ b/.storkit/work/5_done/381_story_bot_command_to_delete_a_worktree.md @@ -0,0 +1,20 @@ +--- +name: "Bot command to delete a worktree" +--- + +# Story 381: Bot command to delete a worktree + +## User Story + +As a user, I want a bot command to delete a worktree so that I can clean up orphaned or unwanted worktrees without SSHing into the server. + +## Acceptance Criteria + +- [ ] A new bot command (e.g. `rmtree `) deletes the worktree for the given story +- [ ] The command stops any running agent on that story before removing the worktree +- [ ] The command returns a confirmation message on success +- [ ] The command returns a helpful error if no worktree exists for the given story + +## Out of Scope + +- TBD