/** * Self-check for the Phase 0 Spike fixtures (task 1.1). * * Three things are proven here, because a fixture that is merely "type-correct" * is not enough to base a go/no-go gate on: * * 1. Lineage consistency (rc-6 / ERR-004 / ERR-008) — every hop's lineage * field points at the previous hop's actual artifact id, and the checker * itself is shown to catch a deliberately corrupted chain (otherwise the * green assertion would be vacuous — ERR-088). * 2. Shape authenticity — every hop's `contentJson` passes the stage's REAL * production validator, so the fixtures cannot drift into invented fields. * 3. Defect authenticity — chain A drops only `riskLevel`, chain B drops only * the concrete actions, the control chain keeps both, and all three share * byte-identical upstream content. A detector that answers "missing" for * every input fails on the control chain. * * @see .kiro/specs/internalization-progressive-disclosure/design.md §12 Phase 0 * @see Requirement 12.2 */ export {}; //# sourceMappingURL=progressive-disclosure-spike-fixtures.test.d.ts.map