Description
Bazel targets can rebuild automatically when source files change, shortening the edit-build-test loop.
It is useful for developers who work in Bazel projects and want continuous builds, tests, or runs after each edit. Watch tools can execute build commands repeatedly, so target selection should avoid expensive or destructive actions.