## Summary
- Adds a standalone `task check-coverage` that runs unit+widget tests then fails if coverage drops below the 80% gate
- Wires `check-coverage` into `check-fast` so every pre-commit run also enforces the coverage gate
- Closes issue #19 item D2
## Test plan
- [x] `task check-coverage` runs successfully (81% coverage, gate at 80%)
- [x] `task check-fast` passes with the new dependency
- [x] Pre-commit hook (dart format + check-fast) passes
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
task check-coveragethat runs unit+widget tests then fails if coverage drops below the 80% gatecheck-coverageintocheck-fastso every pre-commit run also enforces the coverage gateTest plan
task check-coverageruns successfully (81% coverage, gate at 80%)task check-fastpasses with the new dependency🤖 Generated with Claude Code