Further MD Fixes

This commit is contained in:
Raven Scott
2026-04-25 23:04:56 -04:00
parent b07bc38708
commit b9d3a8b17f
143 changed files with 1861 additions and 1861 deletions
+3 -3
View File
@@ -5,10 +5,10 @@ The shipped kernel is a **single** Hyperdrive file evaluated with `AsyncFunction
1. **`kernel/lib/boot/*.js`** (sorted) — preamble (`BARE_OS_BOOT_TXN_STATE`, multisig shape, `invokeCtxBootHooks`).
2. **`kernel/lib/init/fragments/*.js`** (sorted) — large cohesive regions:
- **`20-init-boot-policy.js`** — semver helpers, skip merge, `kernel.d` env guards, **`applyBootPolicyFile`**.
- **`30-init-kernel-extensions.js**``**runKernelExtDropins`**, topological ordering, signer pins, multisig gate.
3. **`kernel/lib/init/init-main.js**` — boot trace/journals, RC runners, selftest, `**start(ctx)`**, REPL.
- **`30-init-kernel-extensions.js`** — **`runKernelExtDropins`**, topological ordering, signer pins, multisig gate.
3. **`kernel/lib/init/init-main.js`** — boot trace/journals, RC runners, selftest, `**start(ctx)`**, REPL.
Staged paths: **`/lib/init/init-main.js**`, `**/lib/init/fragments/***`, and bundled `**/boot/init.js`**.
Staged paths: **`/lib/init/init-main.js`**, **`/lib/init/fragments/*`**, and bundled **`/boot/init.js`**.
| Concern | Responsibility | Primary source |
| --- | --- | --- |