This commit is contained in:
Raven Scott
2026-07-30 23:43:12 -04:00
parent 432bca222c
commit 21066b35cb
14 changed files with 1036 additions and 52 deletions
+18
View File
@@ -5,6 +5,24 @@
---
## 2026-07-30 — Phase 4 mesh registry core
### Wins
- `lib/mesh-registry.js` — Autobase + Hyperbee regions/cells; Hyperswarm replication
- `lib/border.js` — pure border/neighbor/migrate advisory helpers
- CLI: `mesh-create`, `mesh-open`, `mesh-admit`, `mesh-enroll`, `mesh-list`
- Mesh `fj1.` invite type
- Tests: mesh registry + border (**17/17**)
- GitHub Actions `integrate.yml` (test + linux standalone smoke)
### Next
- Live border migrate via Squid plugin + tunnel switch
- Writer admission multi-peer e2e
---
## 2026-07-30 — Phase 3 chat/presence + standalone binary
### Wins