/** * Tests for the engine-slug → OpenSIP-rule-ID mapping (Phase 2 Task 2.1). * * Coverage invariants: * 1. Every rule in `currentRules()` (the built-in registry) has an * entry in `RULE_ID_MAPPING`. Adding a rule without updating the * mapping fails this test. * 2. Every mapped value matches the OpenSIP rule-ID regex * (`graph..`). * 3. Unknown slugs throw `ValidationError`. */ export {}; //# sourceMappingURL=rule-id-mapping.test.d.ts.map