huskies: create 471_story_bot_command_to_show_overall_test_coverage

This commit is contained in:
dave
2026-04-04 11:20:16 +00:00
parent 3c9a5238cd
commit d5aca532da
@@ -17,6 +17,7 @@ As a user on any chat transport (Matrix, WhatsApp, Slack, or web UI), I want a `
- [ ] Returns a clear error if the coverage tool is not installed - [ ] Returns a clear error if the coverage tool is not installed
- [ ] Command works across all transports (Matrix, WhatsApp, Slack, web UI) via the shared command registry - [ ] 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 - [ ] 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
## Out of Scope ## Out of Scope