/** * L8 deploy-contract authenticity bench (RSI L8, [ref] §5.2 G-c, SPEC-RSI-L7-L8 §A). * * NO-DEPENDENCY scaffold: the probe matrix + the l8.v1 escape schema + the signed G-c artifact (build/sign/verify) * + the probe HARNESS that runs the BUILDABLE probes (P0 runtime-verification, P2 isolation) and emits HONEST * PENDING records for the probes blocked on a cross-team dep: * - P1 immutable-mount → the adapter podSpecPatch RO-mount seam is now MERGED (remote-env-k8s, service-side); * pending only the live-runner wiring (provision WITH the RO mount) + a real Kata run. * - P3 bash-egress → pending an egress-enforcement layer + the cluster CNI decision (center). * * The REAL boundary execution (live Kata/E2B + the external collector) is the live runner (scripts/, gated, * outside this scaffold). This module is pure/deterministic-testable; it NEVER asserts a probe passes against a * fake env (the A.6 anti-fake-green meta-lesson). */ export * from "./escape.js"; export * from "./probes.js"; export * from "./artifact.js"; export * from "./run-probes.js"; //# sourceMappingURL=index.d.ts.map