Files
bare-operating-system/kernel/etc/bare-os/kernel.extensions.registry.example.json
T
Raven Scott c01ecb29c3 - Add bits8 / STOCK_V8 / FEATURE8_* and wire strict seed + ctx API bumps
- Protocol 0.4.0: new seed RPCs, channel/replication adjuncts, STOCK_V8 test
- Booter: wave8 /proc surfaces, vfs routes, boot policy env passthrough, limits
- Kernel: boot.policy v8 (feature bits, bare runtime min, deny RPCs, protomux cap)
- Schemas/examples: extensions v5, telemetry/audit bumps; seeder/kernel rsync parity
- Docs: roadmap Wave 8 (100 rows), ADR Word 8, capabilities index, privacy/GDPR, DNSSEC
- CI: verify-kernel-roadmap-wave8, wave3/ctx/compat updates; scripts/README
- Fix /proc flat + nested listing order to match default string sort (vfs + tests)
2026-04-04 05:35:56 -04:00

16 lines
301 B
JSON

{
"schema": 5,
"featureBitsDoc": 10,
"entries": [
{
"dropin": "sample.json",
"script": "/lib/bare-os/extensions/sample.js",
"semver": "1.0.0",
"capabilities": ["example"],
"compatPearBundleId": "opaque-pear-bundle-ref",
"atMs": 0
}
],
"atMs": 0
}