/** * Admission-evaluator unit tests (mmnto-ai/totem#2473). * * `evaluateAdmission` is the ONE closed evaluator behind the ruled admission * phase: it receives the resolved full-scope diff and returns either the exact * fan inputs (`admitted`) or the exact record inputs (`not-applicable` with a * deterministic reason). These tests lock the identity semantics — two * different diffs on one branch are two different observations, a policy * change re-keys equal bytes, and the no-diff arm carries the REQUESTED * selector (no global null identity) — plus the disposition→exit mapping's * fail-closed unknown arm under `--gate`. */ export {}; //# sourceMappingURL=shield-admission.test.d.ts.map