- HRPC: bare_os.pkg_index_get, route table schema 3; pkg-swarm-index list/get; pathcap-verify --trusted - POSIX: profile 1.0.17, ctx API 1.53.0, syscalls.json schema 11 + susv4Refs; JSON schemas + matrix/dashboard - Feature bits: BARE_OS_KERNEL_FEATURE_BITS_DOC 16; contract + verify scripts; ctx.d.ts + gen helper sync - Ops: BARE_OS_HOLEPUNCH_DRIFT_TIER1 + tier1Repos; mktemp avoids false XXX marker; /proc boot_budget_summary test list - Docs: contract spine, env appendix, handbook, compatibility matrix, boot budget schema, vault threat model notes Covers bare-os P2P roadmap items 1–20 where implemented in-tree; kernel/lib/bare/README left minimal per maintainer edit.
13 lines
457 B
JSON
13 lines
457 B
JSON
{
|
|
"schema": 1,
|
|
"note": "Multisig-gated kernel update stream: replicate candidate /boot/init.js bytes via swarm; verify quorum before boot policy accepts requireInitJsSha256.",
|
|
"initJsSha256Hex": "hex sha256 of candidate /boot/init.js raw bytes",
|
|
"signersQuorum": {
|
|
"signers": ["ed25519_pubkey_hex..."],
|
|
"quorum": 2
|
|
},
|
|
"swarmTopicClassHex": "optional 64-hex topic class for kernel-stream peers",
|
|
"validFromMs": 0,
|
|
"validToMs": null
|
|
}
|