[codex] Refocus repository on OpenAPI spec contract - #34
Conversation
|
Important Review skippedToo many files! This PR contains 299 files, which is 149 over the limit of 150. To get a review, narrow the scope: ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (299)
You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
apollo-openapi.yamlas the maintained OpenAPI contract source.build/generated/portaloutput.Rationale
The generated client source trees currently create large mechanical diffs and imply a maintained SDK surface. The known real consumer is Apollo Portal, which pins a released
apollo-openapi.yamltag and generates Spring interfaces during its own build. A high-UX SDK should be designed separately instead of exposing generated bindings as the official client experience.Closes #33.
Test Plan
python3 -m unittest discover tests./generate.sh --verifygit diff --check HEAD