fix(Turborepo): Pass validated globs to daemon for watching (#7327)
### Description
- Change type signature on daemon client to require `ValidatedGlob`
instances be passed
- Add some debug logging to `GlobTracker` about what globs we are
tracking and what file paths invalidate a glob
### Testing Instructions
Existing test suite
Fixes #7131
Closes TURBO-2301
---------
Co-authored-by: Greg Soltis <Greg Soltis>