/** * Regression-protection for the engine-bootstrap wiring (mmnto-ai/totem#1794). * * `lint.test.ts` covers the lint wiring. This file mirrors that assertion * for the other three command surfaces added in this PR — `shield`, * `compile`, and `test-rules` — so a future edit that drops the * `bootstrapEngine(config, configRoot)` call from any one of them fails * loud instead of silently regressing pack consumption end-to-end. * * Each test invokes the command and tolerates a downstream failure * (no diff, no lessons, no rules file) — the spy captures the * bootstrap call before the command can fail, which is the only * assertion we need. */ export {}; //# sourceMappingURL=bootstrap-wiring.test.d.ts.map