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
456 B
JSON
16 lines
456 B
JSON
{
|
|
"name": "trustctl",
|
|
"section": 1,
|
|
"title": "trust root and signer policy utility",
|
|
"synopsis": [
|
|
"trustctl status",
|
|
"trustctl inspect TARGET",
|
|
"trustctl pin add KEY",
|
|
"trustctl pin rm KEY",
|
|
"trustctl policy show"
|
|
],
|
|
"description": "Manages local trust policy (signer pins, relay posture, encryption defaults) and explains acceptance decisions.",
|
|
"options": [],
|
|
"keywords": ["trust", "security", "signing", "policy"]
|
|
}
|