/** * CLI-level `totem review --covariate` short-circuit test (Prop 304 R2 rev-6 item 7). * * `--covariate` is a READ-ONLY, zero-LLM transport verb: it must short-circuit BEFORE * the pre-push hook upgrade, the engine bootstrap, the fan / every invoker, and any * stamp-bearing side effect. This drives the real `shieldCommand({ covariate: true })` * and asserts none of those write/side-effect paths run. * * Lives in its own file to avoid mock contamination: it mocks the heavy dependencies * (config load, engine bootstrap, hook installer, git diff) so the covariate branch is * exercised deterministically without a real repo, a real config, or a network invoke. */ export {}; //# sourceMappingURL=shield-covariate.test.d.ts.map