From 87958b0a2a6a90c0ad9b7710f814e13b059c9f5f Mon Sep 17 00:00:00 2001 From: Dave Date: Fri, 20 Mar 2026 15:39:35 +0000 Subject: [PATCH] storkit: done 354_story_make_help_command_output_alphabetical --- ...ry_make_help_command_output_alphabetical.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .storkit/work/5_done/354_story_make_help_command_output_alphabetical.md diff --git a/.storkit/work/5_done/354_story_make_help_command_output_alphabetical.md b/.storkit/work/5_done/354_story_make_help_command_output_alphabetical.md new file mode 100644 index 0000000..6f23a8b --- /dev/null +++ b/.storkit/work/5_done/354_story_make_help_command_output_alphabetical.md @@ -0,0 +1,18 @@ +--- +name: "Make help command output alphabetical" +--- + +# Story 354: Make help command output alphabetical + +## User Story + +As a ..., I want ..., so that ... + +## Acceptance Criteria + +- [ ] Help command lists bot commands in alphabetical order +- [ ] Existing help tests still pass + +## Out of Scope + +- TBD