docs: cite the cross-layer integrity contract generically in comments and notes

This commit is contained in:
David Snelling 2026-07-14 10:11:41 -07:00
parent c40a89e649
commit 1d26988963
7 changed files with 16 additions and 16 deletions

View file

@ -1,6 +1,6 @@
/**
* @module tests/unit/validate-invariants-delegation
* @description Pass 3 (ADR-004 §6): validateIndexConsistency() was blind to native
* @description validateIndexConsistency() was blind to native
* providers it only saw the JS metadata index, so a native manifestsegmentscount
* divergence read as "healthy". It now feature-detects + aggregates each provider's
* validateInvariants(), and repairIndex() maps a failing invariant with heal:'rebuild'