diff --git a/.huskies/work/1_backlog/471_story_bot_command_to_show_overall_test_coverage.md b/.huskies/work/1_backlog/471_story_bot_command_to_show_overall_test_coverage.md index 0c4c8ec1..2daa59d6 100644 --- a/.huskies/work/1_backlog/471_story_bot_command_to_show_overall_test_coverage.md +++ b/.huskies/work/1_backlog/471_story_bot_command_to_show_overall_test_coverage.md @@ -18,6 +18,7 @@ As a user on any chat transport (Matrix, WhatsApp, Slack, or web UI), I want a ` - [ ] Command works across all transports (Matrix, WhatsApp, Slack, web UI) via the shared command registry - [ ] Available as both a bot command in chat and a slash command in Claude Code - [ ] By default, reads cached coverage from .coverage_baseline for an instant response without rerunning tests +- [ ] Optional `coverage run` variant reruns script/test_coverage and reports fresh results ## Out of Scope