/** * Tests for the Prop 296 §14 network-read-only posture detector family * (`detectNetworkPostureContract`, strategy#962). * * The detector is pure + synchronous + NEVER-networks: every test injects * PRE-FETCHED canned snapshots (the CLI-edge fetch is not exercised here) and, * for row-2, a canned declaration via the `readFile` seam. Zero live network, * zero gh/git spawns. * * Coverage (per the build brief): each row's pass; both-direction drift (missing * context / stale extra); the contributing-ruleset-bypass case (union passes but * a contributing ruleset is evaluate-mode / has bypass_actors → warn); a * 200-without-fields → unknown; no-transport → skip; declaration-file-absent → * skip; multi-repo mixed outcomes render per-repo; consumers-scoping; * nonzero approving-count → warn; a zero-rule / copilot-class ruleset never * satisfies presence. */ export {}; //# sourceMappingURL=parity-detect.network-posture.test.d.ts.map