This commit is contained in:
Raven Scott
2026-07-30 23:25:19 -04:00
parent 501d1e5cfd
commit 92cb4b9554
24 changed files with 909 additions and 118 deletions
+19
View File
@@ -5,6 +5,25 @@
---
## 2026-07-30 — Phase 2 core: HyperDHT tunnel + fj1. invites
### Wins
- `lib/world-tunnel.js` — host/client HyperDHT TCP pipes with capability header (FJ1C||cap)
- `lib/invite.js``fj1.` z32 JSON invites (ADR-0009)
- `lib/tunnel-keys.js` — per-world tunnel seed/cap on disk (mode 0600)
- CLI: **`host`** (Squid + share) and **`join`** (client tunnel)
- Tests: invite codec + tunnel integration (**10/10**)
- Bare CLI smoke: host prints invite; guest binds 127.0.0.1; both listen
### Next
- bare-build standalone
- Java Edition multiplayer playtest
- Phase 3 presence/chat
---
## 2026-07-30 — Phase 1: Bare CLI + Flying Squid on loopback
### Wins