From cb991da84c11f806fb3d22e6c7aad5fa93d8acc0 Mon Sep 17 00:00:00 2001 From: Dave Date: Fri, 20 Mar 2026 12:21:57 +0000 Subject: [PATCH] storkit: create 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/1_backlog/354_story_make_help_command_output_alphabetical.md diff --git a/.storkit/work/1_backlog/354_story_make_help_command_output_alphabetical.md b/.storkit/work/1_backlog/354_story_make_help_command_output_alphabetical.md new file mode 100644 index 0000000..6f23a8b --- /dev/null +++ b/.storkit/work/1_backlog/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