F0Bootstrapworkspace, daemon, CLIdone
F1Networking + discoverymDNS on LAN + explicit bootstrap peers · NAT traversal pendingpartial
F2Storage layerLocal + IPFS + S3 + Hybrid backendsdone
F3WASM + schedulingWasmtime runner + local scheduler (MVP)done
F4Identity + cryptoEd25519 + keystore + JWT · biometrics pendingpartial
F5GraphQL gatewayschema + auth + playground · in-memory store, no live subscriptions yetpartial
F6ReputationCRDT + gossip · cryptographic signing nextpartial
F7Trust graph2nd-order transitivity + Ed25519 edge verificationpartial
F8Replication + cachehybrid local tiers · cross-node replication pendingpartial
F9Distributed GPUresource sharing for AI workloadsin progress
Today vs. the design
Being straight about it: the GraphQL gateway currently keeps feed, profiles and follows in an in-memory store (lost on restart) and doesn't yet talk to the P2P daemon. WebSocket subscriptions are in the schema but not served over the wire. The private-subnet PSK flag is accepted but not enforced at the transport layer yet. The mesh runs; wiring the social gateway into it is the work in flight.