Apply suggestions from code review

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
Sri Pasumarthi
2026-05-13 21:13:04 -07:00
committed by GitHub
parent 754e82a0e8
commit f26d1f1a36
+3 -3
View File
@@ -88,9 +88,9 @@ powerful tool for developers.
inference to specific entry points, ensuring absolute uniformity across
interactive CLI usage, background jobs, and programmatic SDK embeddings.
- **Partner & Client Invariants:** Treat established integration profiles and
edge-case workarounds as immutable contracts. Ensure new validation routes
specifically fall back to or preserve legacy mapping to prevent behavioral
regressions for active sidecars.
edge-case workarounds as stable contracts. Ensure new validation routes
fall back to or preserve legacy mapping where safe to prevent behavioral
regressions for active sidecars while allowing for critical security fixes.
## Testing Conventions