fix(host): harden migrated host boundaries - #92
Merged
wolfiesch merged 1 commit intoJul 20, 2026
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
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 this changes
legacy-bridge-continuity, run it as a required CI leg for the exact T4 head, validate both the provenance repository and SHA before checkout, and retain machine-readable evidence. The gate verifies the exercised T4 client continuity flow against the pinned legacy OMP appserver; it does not test deployment of@t4-code/host-service.This is the post-merge hardening follow-up to #90. PR #90 merged while these fixes were being prepared.
How you verified it
pnpm checkpnpm testpnpm --filter @t4-code/host-service testpnpm test:legacy-bridge-continuitywith the pinned Lycaon OMP sourcenode --test scripts/check-release-consistency.test.mjsLocal verification used both Node 25.2.1 and Bun 1.3.14; the
pnpm testrun includes Bun-backed package tests. Node 25.2.1 emitted the expected engine warning; CI is pinned to the required Node 24.13.1 runtime.Checklist
pnpm checkpasses (release contract, provenance, lint, typecheck)pnpm testpasses; new behavior has a test that fails without this changeTHIRD_PARTY_NOTICES.md