#!/usr/bin/env node /** * Society Protocol — CLI v1.0 (State of the Art) * * Usage: * society node --name Alice --room lobby * society node --name Bob --room lobby --bootstrap /ip4/127.0.0.1/tcp/12345/p2p/QmXxx * society node --name Charlie --room lobby --relay --enable-gossipsub * * Interactive commands: * /peers — list connected peers * /rooms — list joined rooms * /presence — list online peers with reputation * /reputation [did] — show reputation scores * /info — show node info * /history — chat history * /summon "goal" — start AI-planned collaboration * /template [goal] — use predefined template * /chains — list active chains * /chain — show chain details * /step — submit step result * /assign — manually assign step * /review — review a step * /cancel — cancel chain * /export — export capsule * /cache — show planner cache stats * /mesh-request ... — request federation peering * /mesh-peerings ... — list peerings * /mesh-open ... — open mesh bridge * /mesh-bridges — list mesh bridges * /mesh-stats — show mesh metrics * /debug — toggle debug mode * /quit — exit */ export {}; //# sourceMappingURL=index.d.ts.map