Files
bare-operating-system/kernel/etc/bare-os/system-update.manifest.example.json
T
Raven Scott e59c57e538 Align Bare OS with Holepunch stack across runtime, P2P, storage, trust, and ops surfaces
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.
2026-04-26 08:57:34 -04:00

18 lines
301 B
JSON

{
"schema": 1,
"systemDrive": {
"key": "",
"fork": 0,
"length": 0
},
"signers": [],
"bootPolicyMinimums": {
"requirePearRuntimeRange": ">=1.0.0",
"requireBareCryptoMin": "1.13.4"
},
"rollback": {
"lastKnownGoodLength": 0,
"requireBootReadySignal": true
}
}