Files
bare-operating-system/packages/bare-os-coreutils/man/pages/hypershell-board.json
T

24 lines
959 B
JSON

{
"name": "hypershell-board",
"section": 1,
"title": "p2p remote-session board",
"synopsis": [
"hypershell-board offer-shell LABEL",
"hypershell-board offer-copy PATH",
"hypershell-board claim SESSION_ID",
"hypershell-board close SESSION_ID",
"hypershell-board list"
],
"description": "Publishes and tracks hypershell-style session intents in a p2p event stream (`session.offer`, `session.claim`, `session.close`). This command provides coordination and audit visibility while transport/execution policy remains host-controlled.",
"options": [],
"keywords": ["p2p", "hypershell", "remote-shell", "sessions"],
"examples": [
{ "caption": "offer a shell session", "code": "hypershell-board offer-shell ops-maintenance" },
{ "caption": "claim an offered session", "code": "hypershell-board claim session-abc123" }
],
"seeAlso": [
{ "name": "chat", "section": 1 },
{ "name": "telnet", "section": 1 }
]
}