{ "name": "ruflo-bbs-federation", "description": "AgentBBS cross-host agent federation for ruflo (ADR-164). Phase 1 exposes room coordination — federation_bbs_register / federation_bbs_publish / federation_bbs_watch / federation_bbs_human_join. Phase 2 (v3.40.0) adds signed cross-host federation — federation_bbs_identity (persistent Ed25519 node identity), federation_bbs_peer_add (pin a peer by nodeId + public key), federation_bbs_peers (audit/unpin), federation_bbs_serve (read-only pull endpoint), and federation_bbs_sync (pull pinned peers and union-merge what verifies). Every merged envelope is Ed25519-verified against a pinned key; unsigned/misattributed/oversize/over-hop envelopes are dropped and counted. Transport is HTTP pull and works on any network (Tailscale, LAN, VPN, loopback) — no tailnet required. Coordinates work ownership via claim messages (ClaimIssued/Released/Handoff/Ack). agentbbs lives in optionalDependencies; every handler gracefully degrades to {degraded:true} when the package is missing (ADR-150 pattern).", "version": "0.2.0", "author": { "name": "ruvnet", "url": "https://github.com/ruvnet" }, "homepage": "https://github.com/ruvnet/ruflo", "license": "MIT", "keywords": [ "ruflo", "bbs", "federation", "agentbbs", "cross-host", "signed-envelopes", "ed25519", "pinned-peers", "registry-anchored-pinning", "union-merge", "claims", "business-autopilot", "domain-pods", "cockpit", "optional-dependency", "graceful-degradation", "adr-164" ] }