diff options
Diffstat (limited to 'docs/indexing-v2.md')
| -rw-r--r-- | docs/indexing-v2.md | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/docs/indexing-v2.md b/docs/indexing-v2.md index 6fc7990..a3522de 100644 --- a/docs/indexing-v2.md +++ b/docs/indexing-v2.md @@ -1,6 +1,18 @@ # Indexing v2 — Partial-read hashing for large files -> Status: **plan, not built.** Decision record and implementation checklist. +> **Superseded by `MESHBAY_DESIGN.md`.** This was the partial-read hashing; its design +> content now lives in §6.3. +> +> It is kept because code comments, tests and other documents cite its +> sections and its labels, and because it records reasoning a synthesis +> compresses. **Where it disagrees with `MESHBAY_DESIGN.md`, the design +> document is right; where either disagrees with the code, the code is.** +> `MESHBAY_DESIGN.md` §16 maps every section reference here onto its +> replacement, and §13 defines every label. + +> Status: **built.** `hash_version` and partial-read hashing are in the indexer, +> the protocol and the hash cache. Kept as the decision record and for the +> migration notes; this header said "not built" long after it shipped. --- |