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(client): validate direction/max_depth before proto import in traverse()
Pure string/int validation now fires before the deferred proto import.
Callers get ValueError for invalid inputs even when proto stubs have not
been generated, keeping validation independent of the build step.
Addresses review thread #28.
0 commit comments