From e7a73e7322e48d2be318af7fd7c690569b177716 Mon Sep 17 00:00:00 2001 From: Dave Date: Wed, 18 Mar 2026 15:22:34 +0000 Subject: [PATCH] story-kit: done 284_story_matrix_bot_status_command_shows_pipeline_and_agent_availability --- ..._test_results_in_work_item_detail_panel.md | 21 ------------------ ...d_shows_pipeline_and_agent_availability.md | 22 +++++++++++++++++++ 2 files changed, 22 insertions(+), 21 deletions(-) delete mode 100644 .story_kit/work/1_backlog/291_story_show_test_results_in_work_item_detail_panel.md create mode 100644 .story_kit/work/5_done/284_story_matrix_bot_status_command_shows_pipeline_and_agent_availability.md diff --git a/.story_kit/work/1_backlog/291_story_show_test_results_in_work_item_detail_panel.md b/.story_kit/work/1_backlog/291_story_show_test_results_in_work_item_detail_panel.md deleted file mode 100644 index 8cd2c1d..0000000 --- a/.story_kit/work/1_backlog/291_story_show_test_results_in_work_item_detail_panel.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -name: "Show test results in work item detail panel" ---- - -# Story 291: Show test results in work item detail panel - -## User Story - -As a project owner viewing a work item in the web UI, I want to see the most recent test run results in the expanded detail panel, so that I can quickly see pass/fail status without digging through agent logs. - -## Acceptance Criteria - -- [ ] Expanded work item detail panel shows the most recent test results for that story -- [ ] Test results display pass/fail counts for unit and integration tests -- [ ] Failed tests are listed by name so you can see what broke -- [ ] Test results are read from the story file's ## Test Results section (already written by record_tests MCP tool) -- [ ] Panel shows a clear empty state when no test results exist yet - -## Out of Scope - -- TBD diff --git a/.story_kit/work/5_done/284_story_matrix_bot_status_command_shows_pipeline_and_agent_availability.md b/.story_kit/work/5_done/284_story_matrix_bot_status_command_shows_pipeline_and_agent_availability.md new file mode 100644 index 0000000..27523ac --- /dev/null +++ b/.story_kit/work/5_done/284_story_matrix_bot_status_command_shows_pipeline_and_agent_availability.md @@ -0,0 +1,22 @@ +--- +name: "Matrix bot status command shows pipeline and agent availability" +--- + +# Story 284: Matrix bot status command shows pipeline and agent availability + +## User Story + +As a user in a Matrix room, I want to type "{bot_name} status" and get a formatted summary of the full pipeline (upcoming through done) with agent assignments, plus which agents are currently free, so that I can check project status without leaving chat. + +## Acceptance Criteria + +- [ ] Chat command "{bot_name} status" triggers a pipeline status display (bot name comes from display_name in bot.toml) +- [ ] Output shows all stages: upcoming, current, qa, merge, done — with story names and IDs +- [ ] Each active story shows its assigned agent name and model +- [ ] Output includes a section showing which agents are free (not currently assigned to any story) +- [ ] Response is formatted for readability in Matrix (monospace or markdown as appropriate) +- [ ] Command is handled at the bot level — does not require a full Claude invocation + +## Out of Scope + +- TBD