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
+1
View File
@@ -14,6 +14,7 @@ This directory holds the split **file-by-file inventory** that used to live in t
| §14, §14a | [Environment variables and POSIX appendix](environment-and-posix-appendix.md) |
| *(kernel feature bits & handshake)* | [Kernel extensions](kernel-extensions.md) |
| *(bits → env → proc → ctx)* | [Kernel capabilities index](kernel-capabilities-index.md) |
| *(version alignment)* | [Compatibility matrix](compatibility-matrix.md) |
| *(roadmap)* | [Feature roadmap status](feature-roadmap.md) |
| §§1516 | [Out of scope and tooling](out-of-scope-and-tooling.md) |
| *(HTTP clients)* | [curl and wget (delegation, fetch stack, policy)](http-curl-and-wget.md) |