Update docs

This commit is contained in:
Raven Scott
2026-07-31 00:51:00 -04:00
parent 5fb6820ec8
commit 756bdc5274
22 changed files with 398 additions and 135 deletions
@@ -15,6 +15,13 @@ Invite envelope:
fj1.<encoded-payload>
```
```mermaid
flowchart LR
JSON["JSON payload<br/>worldKey cap meta"] --> UTF[UTF-8]
UTF --> Z32[z32 encode]
Z32 --> Str["fj1. string"]
```
Payload (logical) includes protocol version, type (`private-world` | `mesh`), `worldKey`, shared `cap`, optional name/mcVersion/expires.
Phase 2 encoding: JSON → z32 (debug-friendly). May migrate to compact-encoding later (Q13).