feat: kernel roadmap wave — bits4, policy v4, Pear/Bare compatibility

- protocol/booter: bits4 handshake, proc surfaces, boot policy v4, telemetry v4
- coreutils: nohup + ensure-man-pages; seed-man-pages fixes for extra pages
- kernel-runner: no static node:module (Pear); bare-module createRequire
- docs: handbook, reference, ADR, compatibility matrix, verify scripts
This commit is contained in:
Raven Scott
2026-04-04 02:51:33 -04:00
parent d775fb0628
commit f8a0dad897
190 changed files with 2717 additions and 1822 deletions
+3
View File
@@ -125,6 +125,9 @@ async function run(ctx, argv) {
nsStr && /^[a-zA-Z0-9._-]+$/.test(nsStr) ? `${nsStr}__${name}` : name
try {
ipc.create(actual)
if (typeof ctx.bareOsEmitIpcAudit === 'function') {
ctx.bareOsEmitIpcAudit({ type: 'mkfifo', name: actual })
}
} catch (e) {
ctx.console.error('mkfifo: ' + (e.message || e))
ctx.exitCode = 1