@@ -29,6 +29,7 @@ The list below is one **bullet per variable** in the form **name — component
|
||||
- `BARE_OS_REPLICATION_PLAN_JSON` — Booter — Optional JSON merged into `**/proc/bare_os/replication**` as `**guestReplicationPlan**` (operator warm-replication hints).
|
||||
- `BARE_OS_PEAR_DOCTOR_STATE_JSON` / `BARE_OS_PEAR_INSPECT_PROBE` / `BARE_OS_PEAR_DOCTOR_MODULE` — Booter — Feed `**/proc/bare_os_pear_doctor_state.json**` (**schema 2**) for pear-runtime / pear-inspect parity (`**pearDoctorModuleHint**`, `**pearInspectProbe**`, `**runtimeVersion**` via `**BARE_OS_PEAR_RUNTIME_VERSION**`).
|
||||
- `BARE_OS_HOST_DATA` — paths — Base directory for host state (default `~/.bare-os`; Corestore dirs live under `corestore/`)
|
||||
- Also: host CLI `--datadir` / `--data-dir` / `--datadir=` (seeder and booter) sets the same value
|
||||
- `BARE_OS_HOST_BOOTER_LOG` — Booter (host, pre-session) — `**stderr**` (default): emit host diagnostics via structured helpers (`**bare-os-host-booter-log**`, `**console.warn**`-compatible). `**ndjson**`: append JSON lines (`**type":"booterHostWarn"**` / `**booterHostInfo**`, `**code**`, `**message**`, optional `**detail**`, `**ts**`) to `**BARE_OS_HOST_BOOTER_LOG_PATH**` or default `**~/.bare-os/var/log/booter-host.ndjson**`. `**0**` / `**false**` / `**off**` / `**silent**`: suppress host booter warnings entirely. **Guest session UX** lines belong on `**ctx.console**` (kernel / REPL), not the host NDJSON sink — see handbook ch.4.
|
||||
- `BARE_OS_HOST_BOOTER_LOG_PATH` — Booter — Absolute path override when `**BARE_OS_HOST_BOOTER_LOG=ndjson**` (parent dirs created best-effort).
|
||||
- `BARE_OS_HOST_BOOTER_LOG_STDERR` — Booter — When `**1**` with `**ndjson**`, also mirror warnings to stderr after the file append.
|
||||
|
||||
Reference in New Issue
Block a user