diff options
Diffstat (limited to 'devel-phases.md')
| -rw-r--r-- | devel-phases.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/devel-phases.md b/devel-phases.md index 2b50330..74141e7 100644 --- a/devel-phases.md +++ b/devel-phases.md @@ -312,8 +312,12 @@ persistent MHP federation, content replication, and browser private group decryp | 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 | +| 6.6 | Dérivation clés depuis password | `meshbay_common/keyderive.py` + `static/keyderive.js` | ✅ 7/7 tests | +| 6.7 | Bundle clés chiffré (web) | Hub: `keypair_bundle` field + migration Alembic | ✅ | +| 6.8 | Scripts démo opérationnels | `QE/demo-v1/` (non versionné) | ✅ testés | +| 6.9 | QUICKSTART réécrit | `docs/QUICKSTART.md` | ✅ | -**Total: 74/74 tests.** +**Total: 81/81 tests.** --- |