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
refactor: Move config test mode check before directory verification
Relocate the config test mode validation to execute immediately after
configuration parsing succeeds, before any filesystem operations. This
provides faster feedback when using --config-test flag and follows the
fail-fast principle.
0 commit comments