TUI Updates p2
Release rolling / release (push) Successful in 9m38s

This commit is contained in:
Raven Scott
2026-08-12 22:55:38 -04:00
parent 2a42171eba
commit ddebf42f1c
92 changed files with 23242 additions and 1938 deletions
@@ -0,0 +1,22 @@
{
"name": "tui",
"section": 1,
"title": "tui",
"synopsis": [
"tui [--json]",
"tui demo"
],
"description": "Inspect the guest TUI SDK on ctx.tui (version, TTY, size, theme). tui demo runs a sample full-screen app. Disable the SDK with BARE_OS_TUI=0.",
"options": [
{
"flag": "--json",
"meaning": "Print inspector fields as one JSON object."
}
],
"keywords": [
"tui",
"ctx",
"terminal"
],
"bareOsNotes": "Requires ctx.tui from bare-os-booter after the REPL session exists."
}