Document glasspane operator launcher

---
Build: pass | Tests: pass — 2147 passed (625 files)
This commit is contained in:
Operator & Codex 2026-05-05 16:02:29 +02:00
parent e5b65cd21a
commit 8f77127b9c

View file

@ -180,6 +180,26 @@ uv venv --python 3.11
uv run --python 3.11 <command>
```
### Operator Glasspane
The local operator cockpit lives in [`scripts/glass.sh`](scripts/glass.sh).
On a root/platform install it uses the tmux session name `glasspane`. On a
tenant install it uses `<tenant>-glasspane`.
```sh
# create and attach
sh scripts/glass.sh
# create without attaching (safe smoke test)
GLASS_ATTACH=0 sh scripts/glass.sh
# remove the glasspane session
sh scripts/glass.sh kill
```
On FreeBSD, keep `fd-find` installed. It provides the `fd` command that `pi`
expects inside the glasspane session.
### Quick Start
```bash