Close out the vendoring doc against its deliverables - #831
Merged
TheGreatAxios merged 5 commits intoSep 8, 2026
Merged
Conversation
Add the workflow-host adapters row to the what's-vendored table so all eleven vendored paths are listed, generalize the re-sync steps beyond the original trio, state the patched-vs-verbatim split across the full set with a link to the patch ledger, and point AGENTS.md's Building on Interchange intro at the current all-vendored resolution instead of the stale three-package exception.
The all-vendored claim in AGENTS.md and the VENDORING.md intro left out that @intx/tools-lsp stays on published npm, and the workflow-host sync instruction would have re-copied eleven upstream adapter files that the vendored tree intentionally omits.
TheGreatAxios
changed the base branch from
cl-7303-vendor-the-past-head-intx-packages-step-1-needs-with-ledger
to
main
September 8, 2026 03:17
…interchange-vendoring-structure-and-patch
…interchange-vendoring-structure-and-patch
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-workflow-host/adapters/partial-package row — all eleven vendored paths now have a row with vendor path, upstream source commit, and patched/verbatim flag.bin/vendor-patch-diff(the ledger check) against a pristine upstream checkout at the recorded SHA, plustests/unit/vendor-patch-ledger.test.tsin the gate.@intx/inference, ledger linked); ten verbatim paths. Marker convention spot-checked — all 18 ledger headings have a matching "Locally patched" marker comment.docs/VENDORING.mdand reflects the current all-vendored resolution instead of the stale three-package exception.docs/VENDORING.mdorvendor/*/PATCHES.md(grep-verified).Verification
bun run check— exit 0 (lint, typecheck, build, guard, full suite 6263 pass / 0 fail)Fixes CL-5700