You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
review: address SHIP-WITH-NITS findings on the mock host
- Type createMockHost's callbacks literal as `Required<HostCallbacks>`, so a
capability added to the generated surface fails `tsc` until the mock covers
it. The tsc-enforced coverage guarantee is now load-bearing across all 18
callbacks (bare `HostCallbacks` left the 4 optional ones unenforced).
- Correct the through-core test's CoreStorageKey::PermissionAuthorization
fixture to the current `{ productId, request }` shape.
- Guard wasm-bridge.test.ts with REQUIRE_WASM so CI fails loudly instead of
skipping green when the WASM artifact is missing; set REQUIRE_WASM=1 on the
host-wasm CI job and pin wasm-pack 0.15.0.
- Document the mock feature in the truapi-platform and truapi-host-wasm READMEs;
note that close() does not unblock a parked Silent stream.
- Fix misleading version-first byte-order and confirm-gate comments in the
through-core tests.
0 commit comments