refactor(producer): unify render requests#2162
Open
jrusso1020 wants to merge 1 commit into
Open
Conversation
This was referenced Jul 10, 2026
Collaborator
Author
This was referenced Jul 10, 2026
3fe6fc5 to
c94b219
Compare
afc7fc3 to
a2b9074
Compare
c94b219 to
95b9322
Compare
a2b9074 to
a955dbb
Compare
95b9322 to
131d9c1
Compare
a955dbb to
a7d8a90
Compare
67f5483 to
7935b9d
Compare
46e7941 to
eb1b74b
Compare
bd29456 to
e10f87a
Compare
eb1b74b to
711fcef
Compare
e10f87a to
9e02fbc
Compare
711fcef to
a3546c2
Compare
9e02fbc to
4500626
Compare
25a96c1 to
cd77f50
Compare
533dc78 to
5d9ca34
Compare
1c04cc5 to
4b7d2bf
Compare
2d9a934 to
d564f84
Compare
4b7d2bf to
3de74c3
Compare
d564f84 to
8c275ea
Compare
e08d6df to
77321dc
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

What
Define one serializable RenderRequest and normalize environment input at the boundary.
Why
CLI, Docker, server, and distributed adapters copied option bags and silently dropped fields.
How
Add a shared request schema, explicit adapters, round-trip validation, and thread it through local/server/distributed entry points.
Test plan