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
chore(sdk): brace single-line ifs in vision proto-conv
clang-tidy's readability-braces-around-statements is treated as an
error in CI. The Vision::detection to_proto / from_proto helpers had
16 single-line `if (cond) stmt;` patterns left over from the initial
draft.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments