- 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
17 lines
433 B
JSON
17 lines
433 B
JSON
{
|
|
"name": "theme",
|
|
"section": 1,
|
|
"title": "theme",
|
|
"synopsis": [
|
|
"theme [list|current|set <name>|apply]"
|
|
],
|
|
"description": "Switch Bare OS UI preset: updates ~/.barerc theme line, sets BARE_OS_THEME, calls bareOsApplyTheme when available.",
|
|
"options": [],
|
|
"keywords": [
|
|
"theme",
|
|
"colors",
|
|
"prompt"
|
|
],
|
|
"bareOsNotes": "list/current work without booter hooks; set/apply need ctx.bareOsApplyTheme."
|
|
}
|