/** * Pre-push hook gate-mapped review invocation tests (mmnto-ai/totem#2473). * * The managed pre-push hook's strict arm consumes the gate-mapped review form: * probe `review --help` for `--gate` support, invoke `review --gate` when * present, fall back to the bare sensor form with a VISIBLE compat line when * absent (the `--scope-to-diff` defensive-degrade precedent). Structural * assertions cover every platform; the behavioral matrix executes the real * generated hook under `sh` with a stub CLI and is POSIX-only (the stub is a * shell script on PATH, which Windows CreateProcess cannot resolve — the * ubuntu/macos CI legs carry this coverage, the string assertions carry win32). * * Byte-parity between this template and `tools/pre-push` is enforced by * `tools-hook-parity.test.ts` — not duplicated here. */ export {}; //# sourceMappingURL=pre-push-gate-matrix.test.d.ts.map