Record disposition for each @intx/inference fork patch - #824
Merged
TheGreatAxios merged 3 commits intoSep 8, 2026
Merged
Conversation
Each patch entry now records: disposition type (temporary/permanent/kill), removal path, promotion path, and kill date where applicable. This satisfies CL-7302 by establishing a complete audit trail for the fork patch set before the 0.3.x baseline move.
CL-7302 requires the upstreamable patches to exist as tracked dependency rows with a named upstream contact rather than prose tasks, and requires each entry to record what the CL-5697 re-carry cost and where the next sync is likely to bite. Adds both, maps the disposition vocabulary onto the ticket taxonomy, records the live-consumer obligation keeping the contextTransforms patches alive, and narrows the google-genai typing ask to an upstream-only fix.
The cited consumer sites drift as main reflows; naming the contextTransforms deps entry and its owning function keeps the obligation findable after merges move the lines.
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.
Summary
vendor/intx-inference/PATCHES.mddocuments every local@intx/inferencefork patch: what it patches and why, how to remove it (upstream resolution, test adaptation, and so on), its disposition in the Upstreamable / Re-carryable / Droppable taxonomy, and re-carry cost and survivability notes from the sync to upstream head0205b07b.contextTransformsentry in thedepsargument tocreateAgentWithLiveToolDispatch) rather than line numbers, so the references survive reflows on main.Verification
vendor/intx-inference/PATCHES.mdis the sole file touched.Fixes CL-7302