/** * runtime-probe-entry — the child-process side of `tools validate`'s runtime * sections (ADR-0041). * * Spawned as `node /commands/tools/runtime-probe-entry.js `. * Runs the FULL admission pipeline (the runtime sections dynamic-import the * candidate package — UNTRUSTED code executes here, which is exactly why this * is a separate process: a crashing/hanging/env-mutating candidate cannot * corrupt the parent CLI, and the parent imposes a hard timeout. NOT a * security boundary — same user privileges) and prints a slim JSON report on * stdout. Exit 0 ⇔ report.ok. */ export {}; //# sourceMappingURL=runtime-probe-entry.d.ts.map