From ebfece74d21ba6b9e2e896f54193927b93d90645 Mon Sep 17 00:00:00 2001 From: Christophe Besson Date: Sun, 9 Aug 2026 05:31:35 +0200 Subject: docs: mark Phase 6 complete β€” 74/74 tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 (1M context) --- devel-phases.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'devel-phases.md') diff --git a/devel-phases.md b/devel-phases.md index d5e9593..2b50330 100644 --- a/devel-phases.md +++ b/devel-phases.md @@ -298,7 +298,7 @@ websockets # hubβ†’node revocation push --- -## Phase 6 β€” Chat, Multi-group, Federation persistence, Replication 🚧 IN PROGRESS +## Phase 6 β€” Chat, Multi-group, Federation persistence, Replication βœ… DONE **Goal:** complete the product with group chat (Double Ratchet), multi-group node support, persistent MHP federation, content replication, and browser private group decryption. @@ -307,11 +307,13 @@ persistent MHP federation, content replication, and browser private group decryp | # | Component | File(s) | Status | |---|---|---|---| -| 6.1 | Double Ratchet chat | `meshbay_common/ratchet.py` + node chat | 🚧 | -| 6.2 | Multi-group node | `meshbay_node/config.py` + daemon | 🚧 | -| 6.3 | MHP federation persistence | `meshbay_hub/db/models.py` `FederatedGroup` | 🚧 | -| 6.4 | Content replication | node HTTP `/replicate` + hub swarm | 🚧 | -| 6.5 | Browser private group | AES-256-GCM GEK variant + SubtleCrypto JS | 🚧 | +| 6.1 | Double Ratchet chat | `meshbay_common/ratchet.py` | βœ… 11/11 tests | +| 6.2 | Multi-group node | `meshbay_node/config.py` [[groups]] | βœ… | +| 6.3 | MHP federation persistence | `FederatedGroup` + `SwarmSource` DB tables | βœ… | +| 6.4 | Content replication | `node/replication.py` + hub `/v1/swarm/*` | βœ… | +| 6.5 | Browser private group | `webcrypto.py` + `static/crypto.js` | βœ… 4/4 tests | + +**Total: 74/74 tests.** --- -- cgit v1.2.3