Date: 2026-08-29
The repository-wide documentation audit triggered the IDKGraph observatory on the exact pull-request head. Its focused navigation tests failed even though the audit had not added a new conversation record.
The failure identified a pre-existing drift introduced by the immediately preceding main change:
docs/conversations/2026-08-29-resolve-discovery-surface-gate.md existed in the archive;docs/conversations/README.md still declared 146 records;147 records;The deterministic failures were:
test_declared_record_count_matches_the_archive: 146 != 147
test_every_conversation_record_is_indexed_once:
missing 2026-08-29-resolve-discovery-surface-gate.md
The audit PR repairs the index by:
146 to 147;2026-08-29-resolve-discovery-surface-gate.md under the 2026-08-29 index using its actual document title;This is exactly the type of cross-file documentation defect that a broad repository audit should catch. The correct response is not to delete the unindexed evidence or weaken the recurrence test; it is to repair the authoritative archive index and re-run the same exact-head checks.
The episode also validates the repository’s documentation discipline:
new historical record
-> exhaustive index
-> deterministic navigation test
-> fail closed on drift
No runtime or protocol semantics are changed by this repair.