This commit is contained in:
Raven Scott
2026-07-30 23:39:49 -04:00
parent 92cb4b9554
commit 432bca222c
28 changed files with 1086 additions and 94 deletions
+23
View File
@@ -5,6 +5,29 @@
---
## 2026-07-30 — Phase 3 chat/presence + standalone binary
### Wins
- `lib/peer-session.js` — Hyperswarm + Protomux (`flying-jib/presence|chat|control`)
- CLI host/join: stdin chat, `/peers`, `--name` display name
- Peer chat integration test
- **`scripts/bare-standalone.cjs`** peardock-style pack; **standalone binary runs Squid on 127.0.0.1 with PATH without Node**
- Postinstall patches: static Squid plugins, log.js bare-pack fixes, events polyfill vendor
### Notes
- Standalone ~500MB; size optimization later
- Dev path `bare-runtime/bin/bare bin.mjs` remains preferred for iteration
### Next
- Multi-host make:standalone:all in CI
- Phase 4 mesh
- Java multiplayer playtest
---
## 2026-07-30 — Phase 2 core: HyperDHT tunnel + fj1. invites
### Wins