Add a file watcher that automatically re-runs the analysis pipeline when source files change. This is useful during active development. ``` codeskeleton . --watch # analyze, then watch for changes and re-run ```
Add a file watcher that automatically re-runs the analysis pipeline when source files change. This is useful during active development.