Skip to content

Commit 8cceaf4

Browse files
committed
Correct two stale statements in the vendor patch ledgers
1 parent 50a6b16 commit 8cceaf4

2 files changed

Lines changed: 13 additions & 9 deletions

File tree

docs/VENDORING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -227,14 +227,14 @@ those packages now resolves to the single root instance. As of this sync,
227227

228228
## Patched vs. verbatim
229229

230-
Of the eleven vendored paths, four carry local patches:
230+
Of the twelve vendored paths, four carry local patches:
231231
`@intx/inference`, `@intx/types`, `@intx/storage-isogit`, and
232232
`@intx/agent` — every divergence is a real fix not yet upstream, listed
233-
one-per-patch in that package's `PATCHES.md`. The other seven paths
234-
(six whole packages plus the partial `vendor/intx-workflow-host/adapters/`
235-
tree) are verbatim copies of upstream — no modifications. A diff against a
233+
one-per-patch in that package's `PATCHES.md`. The other eight paths
234+
(six whole packages plus the two partial `vendor/intx-workflow-host/`
235+
paths) are verbatim copies of upstream — no modifications. A diff against a
236236
pristine upstream checkout at the same commit and paths will show 100%
237-
upstream-authored lines for those seven.
237+
upstream-authored lines for those eight.
238238

239239
## Notable upstream shape changes carried by the 2026-08-22 sync
240240

vendor/intx-inference/PATCHES.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -542,12 +542,16 @@ requires instead of the `thinking:{type:"enabled",budget_tokens}` shape
542542
adaptive-only models reject. Upstream's list lacks the model. Consumed by the
543543
`first-class-providers` registry (`claude-fable-5-1` is a shipped, selectable
544544
anthropic and zen model; CHANGELOG 0.3.17 advertises adaptive thinking for
545-
Fable 5) and guarded by the "adaptive thinking request shape" suite in
546-
`providers/anthropic.test.ts`.
545+
Fable 5). The companion "adaptive thinking request shape" suite that once
546+
guarded the wire shape in `providers/anthropic.test.ts` was dropped by the
547+
2026-09-14 pristine overwrite (`5a291aad5`) and never re-applied, so the
548+
wire shape currently rides without an in-tree guard; only the model id is
549+
covered, by the first-party `first-class-providers` registry test.
547550

548551
**Disposition:** Re-carryable — a one-line list addition that survives sync
549-
trivially; the guard suite re-applies verbatim. Risk: upstream may grow its
550-
own adaptive-models list; reconcile the two on next sync. **Removal path:**
552+
trivially. Risk: upstream may grow its own adaptive-models list; reconcile
553+
the two on next sync, and consider restoring the dropped guard suite.
554+
**Removal path:**
551555
Upstream adding `claude-fable-5-1` to its own `ADAPTIVE_THINKING_MODELS`.
552556

553557
---

0 commit comments

Comments
 (0)