You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/api/pipelines reads the watcher snapshot (no N+1 glob). SHA-256 of pipeline files is deferred until Run or a size change; listing compares file size only
Watchdog watches the workspace root and each pipeline parent with recursive=False. Skipped trees (.venv, node_modules, …) are never scheduled. A *_pipeline.py added in a new nested folder can take up to 45s to appear
Env skip: name set first; only env-like directory names are probed for pyvenv.cfg / conda-meta / bin/python or Scripts/python.exe plus lib/Lib
Fixed
File-watch skip no longer resolve()s paths (junction / symlink targets outside the workspace, and a .venvabove the serve root, no longer invert skip)