CI/docs: placeholder-baseline --check, seeder↔kernel sync script and docs,

holepunch lockfile drift Markdown dashboard + doc links
- disk.os / ctx: replication_operator_sketch schema 5 + corestore stats;
  protomux extensions proc versioning; HRPC allowlist_sketch schema 3 +
  versioned stock route table; swarm_health proc + runtime caps paths
- Session: BARE_OS_HOSTNAME_SET + ctx.bareOsSetSessionHostname, hostname man,
  security_posture; export -p in shell
- kernel.ext.d: optional provides[] version conflict detection (strict boot);
  resolver parity + tests; BARE_OS_INIT_DEFER_KERNEL_EXT_GRAPH documented
- VFS/policy: mirror/aux read tests, GUEST_BARE_READ_ALL edge negative test;
  adaptive warm-cache window env documented; microbench note
- POSIX: syscalls.json schema 10, posix_fadvise no-op, getconf + conformance
  matrix sync; posix-issue7-traceability index; handbook/profile/matrix updates
- Seeder: pear.multisig hint tests; SCM_RIGHTS unit coverage extended
- Regenerated kernel bundle, seeder kernel mirror, posix dashboard, coreutils
  build/man; booter CHANGELOG maintenance row updated
Full npm test / pretest green.
This commit is contained in:
Raven Scott
2026-04-05 14:45:01 -04:00
parent 8bde745191
commit 39dbf0f1be
75 changed files with 1695 additions and 581 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ This directory holds the split **file-by-file inventory** that used to live in t
| Kernel contract (boundaries) | [`docs/architecture/KERNEL_CONTRACT.md`](../architecture/KERNEL_CONTRACT.md) |
| Kernel subsystem map | [`docs/architecture/kernel-subsystems.md`](../architecture/kernel-subsystems.md) |
| POSIX conformance matrix | [`docs/reference/conformance-matrix.md`](conformance-matrix.md) · machine-readable [`posix-compliance-matrix.json`](posix-compliance-matrix.json) (**`pretest`**) |
| Syscall + socket bridge contract | [`syscall-socket-contract.md`](syscall-socket-contract.md) · [`posix-syscall-facade-map.md`](posix-syscall-facade-map.md) |
| Syscall + socket bridge contract | [`syscall-socket-contract.md`](syscall-socket-contract.md) · [`posix-syscall-facade-map.md`](posix-syscall-facade-map.md) · [POSIX Issue 7 traceability](posix-issue7-traceability.md) |
| Hyperswarm / Protomux booter teardown | [`hyperswarm-protomux-teardown.md`](hyperswarm-protomux-teardown.md) |
| ADRs | [`docs/adr/`](../adr/) |
| Audit baseline | [`docs/audit/PLACEHOLDER_BASELINE.md`](../audit/PLACEHOLDER_BASELINE.md) |