Goal
Add a test-name --filter passthrough to watch mode.
Why
src/watch.sh (~L69) watches all .sh files with no test-name filter; reruns everything on change.
Notes
- Forward
--filter to the underlying run on each change.
- TDD: RED → GREEN → REFACTOR. Bash 3.0+ compatible. Update help + CHANGELOG.
Part of #677.
Goal
Add a test-name
--filterpassthrough to watch mode.Why
src/watch.sh(~L69) watches all.shfiles with no test-name filter; reruns everything on change.Notes
--filterto the underlying run on each change.Part of #677.