/** * PRI-703 / PRI-705 / PRI-700 — Evolution Alignment contract tests * (Owner decision 2026-09-07, task §8 test requirements). * * Covers the four required test classes: * 1. Intent Consistency — the intent contract flows scribe → prompt → rule * artifact without mutation (same principle ⇒ same contract). * 2. Failure Attribution — partitionV2OutOfScopeFailures classifies * rule-error / test-error / infra scenarios correctly (v2×v1 out-of-scope * is the Episode-001 PRI-700 shape). * 3. Repair feedback circuit — priorValidatorErrors reaches the artificer * prompt (PRI-700 factor B) and the case-id vocabulary note is present * (factor C). * 4. Scribe contract validation — intentContract present-but-malformed is * a hard rejection; absent stays valid (backward compatibility). */ export {}; //# sourceMappingURL=evolution-alignment-contract.test.d.ts.map