Files
bare-operating-system/packages/bare-os-coreutils/man/pages/hdms.json
T
Raven Scott f8a0dad897 feat: kernel roadmap wave — bits4, policy v4, Pear/Bare compatibility
- 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
2026-04-04 02:51:33 -04:00

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"
}
]
}