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
Collaborator
Author
|
🤖 Automated code-review pass — LGTM, no blocking issues found. Reviewed the incremental diff (new Verification notes (things that looked risky but check out):
Non-blocking nits (no need to gate on these):
|
138330b to
e66085f
Compare
41f77de to
1bfdbc3
Compare
18adac0 to
15e7001
Compare
1bfdbc3 to
20de555
Compare
15e7001 to
7c8943b
Compare
20de555 to
77e0579
Compare
7c8943b to
da682ce
Compare
6c95eaf to
da8a304
Compare
1b9c7d5 to
d963271
Compare
070ce95 to
bbdc1f1
Compare
deae328 to
d528a8a
Compare
6cc349b to
cf81bc1
Compare
d528a8a to
978b8d0
Compare
cf81bc1 to
fadf8b0
Compare
978b8d0 to
8289249
Compare
fadf8b0 to
ae6787b
Compare
8289249 to
03a0460
Compare
ae6787b to
f7d95e9
Compare
03a0460 to
94de4cb
Compare
f7d95e9 to
96ad318
Compare
94de4cb to
7b6f721
Compare
96ad318 to
f998c3f
Compare
7b6f721 to
4fbd296
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