- protocol/booter: bits4 handshake, proc surfaces, boot policy v4, telemetry v4 - coreutils: nohup + ensure-man-pages; seed-man-pages fixes for extra pages - kernel-runner: no static node:module (Pear); bare-module createRequire - docs: handbook, reference, ADR, compatibility matrix, verify scripts
27 lines
585 B
JSON
27 lines
585 B
JSON
{
|
|
"name": "hdms",
|
|
"section": 1,
|
|
"title": "Hyperswarm distributed map store",
|
|
"synopsis": [
|
|
"hdms [OPTION]... [OPERAND]..."
|
|
],
|
|
"description": "Invokes ctx.runHdms when the booter provides HDMS integration; otherwise prints unavailable.",
|
|
"options": [],
|
|
"keywords": [
|
|
"hdms",
|
|
"hyperswarm",
|
|
"map"
|
|
],
|
|
"bareOsNotes": "Optional booter capability.",
|
|
"examples": [
|
|
{
|
|
"caption": "when booter wires HDMS",
|
|
"code": "hdms ls /mnt"
|
|
},
|
|
{
|
|
"caption": "otherwise",
|
|
"code": "# prints unavailable without ctx.runHdms"
|
|
}
|
|
]
|
|
}
|