Narrow build_runner output filter from ^\[ to ^\[.*s\] \| so only compilation-progress lines (e.g. [1.2s] | building foo.g.dart) are suppressed; bracket-prefixed errors and info still pass through
Change flutter pub get filter from ^[+~><] to ^(\+|Downloading packages) to also suppress the "Downloading packages" header line
Apply the updated build_runner filter to scripts/check_mocks_fresh.sh for consistency with local runs
git commit -q in CheckMocks and flutter test summary-only output were already in place from prior work
These are the exact patterns specified in issues #124 and #128.
Test plan
Pre-commit hooks (dart format, check-fast) passed locally
## Summary
- Narrow `build_runner` output filter from `^\[` to `^\[.*s\] \|` so only compilation-progress lines (e.g. `[1.2s] | building foo.g.dart`) are suppressed; bracket-prefixed errors and info still pass through
- Change `flutter pub get` filter from `^[+~><] ` to `^(\+|Downloading packages)` to also suppress the "Downloading packages" header line
- Apply the updated `build_runner` filter to `scripts/check_mocks_fresh.sh` for consistency with local runs
- `git commit -q` in `CheckMocks` and `flutter test` summary-only output were already in place from prior work
These are the exact patterns specified in issues #124 and #128.
## Test plan
- [ ] Pre-commit hooks (`dart format`, `check-fast`) passed locally
- [ ] CI (`task check-dagger`) should pass on the runner
🤖 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
build_runneroutput filter from^\[to^\[.*s\] \|so only compilation-progress lines (e.g.[1.2s] | building foo.g.dart) are suppressed; bracket-prefixed errors and info still pass throughflutter pub getfilter from^[+~><]to^(\+|Downloading packages)to also suppress the "Downloading packages" header linebuild_runnerfilter toscripts/check_mocks_fresh.shfor consistency with local runsgit commit -qinCheckMocksandflutter testsummary-only output were already in place from prior workThese are the exact patterns specified in issues #124 and #128.
Test plan
dart format,check-fast) passed locallytask check-dagger) should pass on the runner🤖 Generated with Claude Code