v2026.6.6
·
282 commits
to main
since this release
Added
- CI Gate 13 — LLM Chokepoint Guard: forbids LLM resolution + client/transport construction outside the single
ModelRunnerchokepoint that PR #954 established (six baselined rule classes; baseline mode like Gate 3). (provenance: T11783; #956)
Changed
- Migrate the remaining LLM consumers (
role-executor,auxiliary-fallback,llm-stream) onto the singleModelRunner, collapsing four inline transport branches into onederiveApiWire+buildTransportFromCredentialcall. (provenance: T11745; #957)
Fixed
- Centralize the Anthropic OAuth
anthropic-betaheader inModelRunner, fixing a latent gap where thesession-factory/auxiliary-fallbackOAuth path omitted the required header (silent 401s). (provenance: T11745; #957) - Exodus
verifyMigrationnow applies source-side coercion (epoch/enum/clamp) so equal data digests equal — eliminating the falsehashMatchmismatch that aborted an otherwise-lossless cutover. A real-data nexus/signaldock audit found zero enum drift. (provenance: T11809; #958) - Release reconcile provenance backfill inserts FK-ordered and skips-with-warn for the post-cutover bare-
taskssplit-brain, so the 11 provenance tables backfill and changesets archive (DHQ-051). (provenance: T11659; #959)