v0.0.2
The RPO=0 output gate is now on by default: HTTP responses, outgoing WebSocket frames, and broadcasts are held until the cell's writes are durably replicated, including writes from co-hosted Durable Objects. Set CELLD_OUTPUT_GATE=0 to acknowledge writes without proving durability.
Replication now runs in-process by default via the new celld-ltx backend; CELLD_REPLICATOR=litestream keeps the external process.
Evicting a cell now releases its ownership, nodes publish real load for placement, and concurrent evictions are bounded. Outbound WebSockets per cell are now bounded. Peer requests get a connect timeout, and stale WebSocket routes are refreshed. V8 is upgraded to 152, and bootstrap bytecode is cached across isolates. RFC 6598 overlay addresses (Tailscale) are accepted.