TTY
Interactive when a human is driving.
The CLI can show phase progress, gate state, summaries and next actions in a terminal workflow without forcing the operator into a separate app.
CLI
Orcho starts from a CLI run engine. It can be used interactively in a developer terminal, but the same run model is designed for headless automation: explicit status, artifacts, metrics, evidence and resumable state.
TTY
The CLI can show phase progress, gate state, summaries and next actions in a terminal workflow without forcing the operator into a separate app.
Headless
The same engine writes durable status and artifacts instead of depending on terminal scrollback. That makes CI, scripts and external clients consumers of the run record, not parsers of prose.
Surfaces
MCP can already control and inspect runs programmatically. The TUI and web panel should be presented as in-development operator surfaces on top of the same CLI-backed run model.