From 1a7b6c7342ae7a18408b0d4853d1ef716f1c76cd Mon Sep 17 00:00:00 2001 From: dave Date: Mon, 23 Mar 2026 18:42:53 +0000 Subject: [PATCH] storkit: done 378_story_status_command_shows_work_item_type_story_bug_spike_refactor_next_to_each_item --- ...ry_bug_spike_refactor_next_to_each_item.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .storkit/work/5_done/378_story_status_command_shows_work_item_type_story_bug_spike_refactor_next_to_each_item.md diff --git a/.storkit/work/5_done/378_story_status_command_shows_work_item_type_story_bug_spike_refactor_next_to_each_item.md b/.storkit/work/5_done/378_story_status_command_shows_work_item_type_story_bug_spike_refactor_next_to_each_item.md new file mode 100644 index 0000000..c0bb4e1 --- /dev/null +++ b/.storkit/work/5_done/378_story_status_command_shows_work_item_type_story_bug_spike_refactor_next_to_each_item.md @@ -0,0 +1,20 @@ +--- +name: "Status command shows work item type (story, bug, spike, refactor) next to each item" +--- + +# Story 378: Status command shows work item type (story, bug, spike, refactor) next to each item + +## User Story + +As a user viewing the pipeline status, I want to see the type of each work item (story, bug, spike, refactor) so that I can quickly understand what kind of work is in progress without having to open individual files. + +## Acceptance Criteria + +- [ ] The status command displays the work item type (story, bug, spike, refactor) as a label next to each item — e.g. "375 [bug] — Default project.toml contains Rust-specific setup commands" +- [ ] The type is extracted from the story_id filename convention ({id}_{type}_{slug}) +- [ ] All known types are supported: story, bug, spike, refactor +- [ ] Unknown or missing types are omitted gracefully (no crash, no placeholder) + +## Out of Scope + +- TBD