| Area | Coverage | Status |
| Crypto core (protocol) | 17: seal/open, tamper/forge/replay fail-closed, SAS, hash-DAG, forward-secrecy ECDH key agreement | tested |
| Relay (untrusted bus) | 6: E2E via real WS, ciphertext-only store, replay, presence, 2-peer cap | tested |
| Companion brain | 76: floor/hops, gates, guard, secrets, quarantine, ledger, brain, git no-overlap, forward-secrecy e2e, engine+runtime e2e, stress | tested |
| Git coordination | 7: path-ownership ledger, overlap detection, earlier-wins, proactive refusal, release | tested |
| CLI / install wiring | 5: invite codec, project wiring, no-clobber, idempotency | tested |
| Stress (real sockets) | floods (zero loss, same order), relay outage+recovery, 300KB, fork convergence | tested |
| Install from GitHub URL | clean run, exit 0; self-heal of force-pushed clone | live-verified |
| Internet round-trip | 2 companions, real relay, real internet: peers + SAS + decrypt | live-verified |
| Dashboard UI | browser: chips, popup, approve flow, brain rail, human chat onto wire | live-verified |
| This map | browser: renders, tabs switch, every node opens its detail, zero console errors | live-verified |
| Remote tunnel (`--public`) | cloudflared tunnel opened, healthz reachable, 2 companions connected + exchanged E2E through it | live-verified |
| Live two-human session | you + Joao in real Claude Code — the final proof | needs you |
| npm publish | prepped (PUBLISHING.md); needs your npm login | needs you |
| Forward secrecy | ephemeral X25519 ECDH content key; relay ciphertext unreadable with only the passphrase — proven e2e | tested |
| Per-message ratchet / N-party | deeper FS (rolling keys) + >2 people — real design + review required | planned v2 |