diff options
| author | Christophe Besson <cbesson@gmail.com> | 2026-09-10 18:45:03 +0200 |
|---|---|---|
| committer | Christophe Besson <cbesson@gmail.com> | 2026-09-10 18:45:03 +0200 |
| commit | d82a0e7eec97844cd5eaf8aa49315146d5ed3d33 (patch) | |
| tree | fbc161e518f31274d2f86d87417b7393c4e40718 /docs/second-review.md | |
| parent | b88bb8a8bcdc27a092f902f7adbe90373f15732e (diff) | |
| download | meshbay-d82a0e7eec97844cd5eaf8aa49315146d5ed3d33.tar.gz | |
docs: point the superseded drafts at the design document
Twenty-three documents that MESHBAY_DESIGN.md absorbs gain a header saying so
and naming the sections their content went to. None is deleted: code comments,
tests and the documents themselves cite their sections and their labels, and
each records reasoning a synthesis compresses.
The header states the precedence, because two documents describing one system
will disagree eventually: where a draft disagrees with MESHBAY_DESIGN.md the
design document is right, and where either disagrees with the code the code is.
Seven status lines were corrected on the way through, all of them claiming less
than the truth. Videos, Music, Photos, partial-read hashing and account recovery
were headed "proposal, not implemented" months after they shipped; the desktop
client said "nothing here is implemented" with stages A through D running; draft
v6 still called itself the current specification.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01YVoHVCcfBqud6ZjG4db3y7
Diffstat (limited to 'docs/second-review.md')
| -rw-r--r-- | docs/second-review.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/second-review.md b/docs/second-review.md index 36caabb..aca65d7 100644 --- a/docs/second-review.md +++ b/docs/second-review.md @@ -1,5 +1,15 @@ # MeshBay — Second Architecture & Security Review +> **Superseded by `MESHBAY_DESIGN.md`.** This was the second security review; its design +> content now lives in §13.3, and the invariants each finding names throughout. +> +> 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. + > Date: 2026-08-13 > Scope: architecture and security design review of the hub ↔ node ↔ client protocol, > as specified in draft v4 and the Phase 1–12 log (both archived in `old-draft.md`), `devel-phases-next.md`, |