/** * Panel-synthesis engine tests (mmnto-ai/totem#2104, strategy#474 slice 5). * * The invariants the cohort + strategy pre-build rounds locked in: * - Tenet 9: aggregation is a pure deterministic script (order-independent). * - dedup anchor = `ruleName`; divergence = pass∧fail present, abstain neutral. * - honest diversity (Prop 291): distinctProviders is a cluster count only while * provider-string ≡ family; an unrecognized string trips `coarse` (PP1 tripwire). * - sensor-only: no panel-level gate field (PP3). * - codex folds: persist reports w/ ADR-109 invariant at write+read; within-lane * duplicate ruleName throws; conflicting tier throws; canonical-order hash. * - agy folds: missing ruleName across lanes ⇒ implicit abstain (Σ === N); N=1. */ export {}; //# sourceMappingURL=panel.test.d.ts.map