Further Updates to MD
This commit is contained in:
@@ -4,8 +4,8 @@ This repository mixes **Node** (CI and some package scripts) and **Bare** / **Pe
|
||||
|
||||
| Surface | Typical host | Notes |
|
||||
|--------|----------------|-------|
|
||||
| `packages/bare-os-booter/test.js` | **Node** + `bare-node-test-shim.cjs` | Exercises the booter with Brittle; the harness may use Node APIs; **booter `index.js` + `lib/*.js**` use `**#host-fs**` / `**#host-path`** (`bare-fs` / `bare-path` on Bare). |
|
||||
| `packages/bare-os-seeder` sources | **Bare** / **Pear** entry | **`index.js`** and **`lib/*.js`** use `**#host-***` aliases like the booter; seeder adds `**#host-fs-promises`**. |
|
||||
| `packages/bare-os-booter/test.js` | **Node** + `bare-node-test-shim.cjs` | Exercises the booter with Brittle; the harness may use Node APIs; **booter `index.js` + `lib/*.js**` use **`#host-fs`** / **`#host-path`** (`bare-fs` / `bare-path` on Bare). |
|
||||
| `packages/bare-os-seeder` sources | **Bare** / **Pear** entry | **`index.js`** and **`lib/*.js`** use **`#host-*`** aliases like the booter; seeder adds **`#host-fs-promises`**. |
|
||||
| `packages/bare-os-booter/test.identity.js` | **Bare** (`brittle-bare`) | Identity paths prefer Bare APIs. |
|
||||
| `packages/bare-os-protocol/test.js` | **Bare** (`brittle-bare`); optional `test:node` | Protocol encodings are runtime-agnostic. |
|
||||
| `packages/bare-os-coreutils/test/*.mjs` | **Node** | Utilities are loaded via `AsyncFunction`; stdin/fs helpers use Node in tests. |
|
||||
|
||||
Reference in New Issue
Block a user