Implement the 50-point Holepunch alignment roadmap with a first-pass delivery across coreutils commands, policy examples, audit tooling, and docs. This adds new operator CLIs (appctl/corestorectl/ctxbaredoctor/dhtctl/trustctl), tiered catalog and runtime-compat reports, release-checklist integration, contributor guidance, and kernel/seeder mirrored artifacts for app registry, trust, network services, corestore namespaces, and update manifest workflows.
16 lines
454 B
JSON
16 lines
454 B
JSON
{
|
|
"name": "appctl",
|
|
"section": 1,
|
|
"title": "Pear app registry and launch utility",
|
|
"synopsis": [
|
|
"appctl list",
|
|
"appctl show NAME",
|
|
"appctl install NAME PEAR_LINK [CHANNEL]",
|
|
"appctl launch NAME [--checkout MODE]",
|
|
"appctl channels"
|
|
],
|
|
"description": "Maintains a local pear:// app registry and emits launch requests through the P2P control plane.",
|
|
"options": [],
|
|
"keywords": ["pear", "apps", "registry", "launch"]
|
|
}
|