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
Move runner setup and logging into orchestration layer
Orchestration run() functions now handle runner setup (init_runner)
and workflow start/complete logging. CLI modules are reduced to pure
arg parsing: construct Filters + RunnerConfig, call run(), return 0.
Introduces RunnerConfig dataclass and init_runner() in orchestration.
Moves _DEFAULT_ENV_VARS from cli/__init__.py to orchestration/.
0 commit comments