/** * CLI-level deterministic-skip tests (mmnto-ai/totem#2466 → #2473). * * `totem review` has four deterministic skip paths that drop the ENTIRE diff * without examining it: no-diff, all-non-code, filtered-empty, all-generated. * Since #2473 each is an ADMISSION verdict through the single emission path: * one machine-readable admission record + ONE calm info-level disposition line * — and never a stamp. The no-diff arm is the sharpest regression here: it * used to be a "trivial pass" that STAMPED `.reviewed-content-hash`, minting * push authorization for a tree no reviewer saw. * * The all-generated danger remains non-uniform (why every path is pinned): * `.gitattributes linguist-generated` can mark a `.ts` as generated, so that * skip can drop a TRACKED, HASHED source file — the old stamp there genuinely * authorized never-reviewed code. * * Mirrors `shield-covariate.test.ts`: its own file to avoid mock contamination, * mocking the heavy seams (config, engine bootstrap, hook installer, git diff) so * the skip branches are exercised without a real repo, config, or network invoke. */ export {}; //# sourceMappingURL=shield-nonreview.test.d.ts.map